00:02.30 | *** join/# Alvaro (~Alvaro@cable201-233-217-30.epm.net.co) |
00:03.17 | *** part/# Alvaro (~Alvaro@cable201-233-217-30.epm.net.co) |
00:26.21 | *** join/# nibel (~nibel@p4FF6A129.dip.t-dialin.net) |
00:27.54 | *** join/# NameLess-exe (~NameLess-@unaffiliated/nameless-exe) |
00:28.02 | *** part/# NameLess-exe (~NameLess-@unaffiliated/nameless-exe) |
00:28.37 | *** join/# jwas11 (47b82b7f@gateway/web/freenode/ip.71.184.43.127) |
00:29.18 | *** part/# jwas11 (47b82b7f@gateway/web/freenode/ip.71.184.43.127) |
00:34.42 | *** join/# ahbritto_ (~guest@adsl-75-18-230-143.dsl.pltn13.sbcglobal.net) |
00:51.20 | *** join/# LaughingKota (~kota@unaffiliated/sudoj0nes) |
00:54.18 | *** join/# SAJChurchey (~sajchurch@ip174-64-140-118.mc.at.cox.net) |
01:01.23 | *** part/# ahbritto_ (~guest@adsl-75-18-230-143.dsl.pltn13.sbcglobal.net) |
01:11.47 | *** join/# Tracker_work (d5d69e40@gateway/web/freenode/ip.213.214.158.64) |
01:12.03 | *** part/# Tracker_work (d5d69e40@gateway/web/freenode/ip.213.214.158.64) |
01:21.59 | *** join/# tehrabbitt (4b43a0be@gateway/web/freenode/ip.75.67.160.190) |
01:22.15 | tehrabbitt | howdy |
01:22.16 | tehrabbitt | back again |
01:22.33 | *** part/# tehrabbitt (4b43a0be@gateway/web/freenode/ip.75.67.160.190) |
01:23.12 | *** join/# geliojr_ (c923d7be@gateway/web/freenode/ip.201.35.215.190) |
01:24.18 | *** part/# geliojr_ (c923d7be@gateway/web/freenode/ip.201.35.215.190) |
01:29.47 | *** join/# karin1123 (~vodaf@190.143.18.92) |
01:38.13 | *** join/# elb (~elb@99-52-196-7.lightspeed.crmlin.sbcglobal.net) |
01:38.38 | *** part/# elb (~elb@99-52-196-7.lightspeed.crmlin.sbcglobal.net) |
01:40.43 | *** join/# BasedGod (60ffab63@gateway/web/freenode/ip.96.255.171.99) |
01:40.58 | *** part/# BasedGod (60ffab63@gateway/web/freenode/ip.96.255.171.99) |
01:44.42 | *** join/# bsmntbombdood (~gavin@c-24-9-98-117.hsd1.co.comcast.net) |
01:44.52 | *** part/# bsmntbombdood (~gavin@c-24-9-98-117.hsd1.co.comcast.net) |
02:02.35 | *** join/# SAJChurchey (~sajchurch@ip174-64-140-118.mc.at.cox.net) |
02:02.57 | *** join/# ReD|LaBeL (~redlabel@187.101.35.110) |
02:03.37 | *** join/# Chris122 (~Chris122@50.9.226.106) |
02:03.46 | *** part/# Chris122 (~Chris122@50.9.226.106) |
02:13.58 | *** join/# fockthatnoise (ae374856@gateway/web/freenode/ip.174.55.72.86) |
02:14.24 | *** part/# fockthatnoise (ae374856@gateway/web/freenode/ip.174.55.72.86) |
02:16.52 | *** join/# trn (~trn@adsl-065-007-181-160.sip.bct.bellsouth.net) |
02:18.17 | *** join/# barglfargl (4b83ce06@gateway/web/freenode/ip.75.131.206.6) |
02:19.11 | *** part/# barglfargl (4b83ce06@gateway/web/freenode/ip.75.131.206.6) |
02:27.06 | *** join/# manny (~Adium@user-3c2h32s.cable.mindspring.com) |
02:28.56 | Guest50882 | hello there⦠I would like to ask you - could anyone help me please with app in Rails 3 and ajax? I want to load with ajax the new items from database, but to my DIV, where these items should by displayd, is loaded whole page, not only the new items⦠could me anyone help me, please, what is in my case wrong? |
02:29.44 | *** join/# ngiooo (ae5d6c0d@gateway/web/freenode/ip.174.93.108.13) |
02:44.04 | pcboy | Guest50882: I had the exact same problem. It's because it's rendering a layout too. Add this in your application controller: layout proc{|c| c.request.xhr? ? false : "application" } |
02:48.05 | Guest50882 | pcboy thank you, is it better, but still not good |
02:48.27 | Guest50882 | but maybe is problem in my view |
02:49.35 | pcboy | You need to just render the js. |
02:50.00 | pcboy | Something like render :update do |page|; page << "blablayourjs();" end |
02:50.36 | Guest50882 | pvboy: look - http://pastebin.com/u8vCj21d |
02:50.44 | Guest50882 | this is part, which is loaded again |
02:51.02 | Guest50882 | but I will need to load only the content of message/home_mes |
02:51.36 | pcboy | Yeah that's your view. But what are you rendering in your controller ? |
02:51.58 | pcboy | If you are asking for that file, that's pretty much normal. |
02:54.20 | pcboy | Just do a render :update {|page| page << "$('#iddiv').html('#{escape_javascript(render(:template => 'messages/home_mes'))}');"} |
02:56.46 | pcboy | I need to go. But check the #rails channel. Here you are in the channel of nowhere (which is still awesome). |
02:57.04 | Guest50882 | thank you pcboy, I am trying to do |
02:57.07 | Guest50882 | what you typed me |
03:14.23 | *** join/# jarickc (~jarickc__@c-68-58-209-0.hsd1.sc.comcast.net) |
03:14.32 | jarickc | hey all I have a question. |
03:16.03 | jarickc | When assembling the Y stage the makergear build notes say to mark the build surfae for drill marks |
03:16.39 | jarickc | but i don't see where it says to attach the build surface so I don't know how to align the y stage to it. |
03:18.27 | jarickc | should i just center it? |
03:19.17 | *** part/# jarickc (~jarickc__@c-68-58-209-0.hsd1.sc.comcast.net) |
03:34.14 | *** join/# buribu (~buribu@201-0-25-237.dsl.telesp.net.br) |
03:34.14 | *** join/# buribu (~buribu@unaffiliated/buribu) |
03:34.15 | *** join/# buribux (~buribu@201-0-25-237.dsl.telesp.net.br) |
03:34.15 | *** join/# buribux (~buribu@unaffiliated/buribux) |
03:48.15 | *** join/# Seisatsu (~seisatsu@2001:c08:3700:ffff::13:7bd3) |
03:56.54 | *** join/# Resu (47bd68d7@gateway/web/freenode/ip.71.189.104.215) |
03:57.02 | *** part/# Resu (47bd68d7@gateway/web/freenode/ip.71.189.104.215) |
04:12.09 | *** join/# opcho (~androirc@211.60.66.10) |
04:28.17 | *** join/# shipit_ (~shipit@67.221.38.116) |
05:25.11 | Guest50882 | pcboy are you here buddy? |
05:31.55 | *** join/# ofir12345 (~ofir12345@85.65.206.18.dynamic.barak-online.net) |
05:32.32 | *** part/# ofir12345 (~ofir12345@85.65.206.18.dynamic.barak-online.net) |
05:32.35 | *** join/# ofir12345 (~ofir12345@85.65.206.18.dynamic.barak-online.net) |
05:32.47 | *** part/# ofir12345 (~ofir12345@85.65.206.18.dynamic.barak-online.net) |
05:32.55 | *** join/# ofir12345 (~ofir12345@85.65.206.18.dynamic.barak-online.net) |
05:33.01 | ofir12345 | Sex |
05:33.11 | *** part/# ofir12345 (~ofir12345@85.65.206.18.dynamic.barak-online.net) |
05:34.26 | *** join/# ofir12345 (~ofir12345@85.65.206.18.dynamic.barak-online.net) |
06:25.35 | pcboy | Guest50882: I am. |
06:26.00 | Guest50882 | I am trying to solve the problem by you hint, but still without the result |
06:26.10 | pcboy | What's your result ? |
06:26.48 | Guest50882 | I am getting still after ajax call load of the whole view, not only the DIV... |
06:26.54 | Guest50882 | I tried add following |
06:27.01 | Guest50882 | render "index" do |page|; page << "$('#iddiv').html('#{escape_javascript(render(:template => 'messages/home_mes'))}');" end |
06:27.32 | Guest50882 | but this not works much⦠I am getting whole the view, not only the data to #IDDIV |
06:27.41 | Guest50882 | this is render in controller |
06:27.57 | pcboy | What do you have in messages/home_mes ? |
06:28.29 | pcboy | I will reformulate, what's the reply from the webserver ? |
06:28.47 | pcboy | If you have chrome, check it in the "network" tab in the developper view. |
06:29.03 | pcboy | right click, inspect element, network, and check the request. |
06:29.19 | Guest50882 | messages/home_mes -> here is only statement data from database |
06:29.37 | Guest50882 | sorry |
06:29.53 | pcboy | Check what I said, you will exactly see what is replied from the server. If it's the javascript you want or not. |
06:29.56 | Guest50882 | http://pastebin.com/yaiy9sYm |
06:30.08 | Guest50882 | this is the result, if I will use the render above |
06:30.16 | pcboy | Ok perfect. |
06:30.25 | pcboy | That seems to be what you want man. |
06:30.33 | pcboy | The call is pretty much correct. |
06:30.55 | Guest50882 | hmm⦠I guessed here is the problem⦠so if not here, so where could be? |
06:32.30 | pcboy | I think you are not sure of what you want, or you think you understand something the right way but it's not the case. Because really, it's ok there. Your template 'messages/home_mes' is rendered in the javascript method 'html' of $('#iddiv'). |
06:32.34 | pcboy | This looks really right.. |
06:32.46 | pcboy | Is the html shown on your pastebin correct or not ? |
06:32.54 | pcboy | Or do you want something else ? |
06:34.03 | Guest50882 | in my messages/_home_mes.html.erb is this - http://pastebin.com/QpJWxXk7 |
06:35.16 | pcboy | Seems correct to me. |
06:35.30 | pcboy | This correlates to the view rendered in the js. |
06:36.06 | pcboy | What's happen after the js is called? You don't have just that partial rendered ? |
06:36.15 | pcboy | I don't see how is this possible. |
06:37.13 | Guest50882 | this - http://pastebin.com/yaiy9sYm - is the result, what I am getting now in browser |
06:37.28 | Guest50882 | is not need some *.js file or something similar? |
06:37.50 | pcboy | Oh, you mean this is what is shown to you in the browser ? |
06:38.00 | pcboy | You must make your call remote. |
06:38.29 | pcboy | Don't now how you make your call, but you must add :remote => true if it's a link_to / form_tag. |
06:40.05 | pcboy | Also, I don't know what js library you are using. html() is for jquery. I don't know for prototype if it's what you use.. |
06:40.27 | Guest50882 | yes, but the problem is the pagination is on the index of my application and this result I have also in the case, if I don't call ajax |
06:40.30 | Guest50882 | <%= link_to "Load more", :remote => true, "#", :class => "next" %> |
06:40.41 | Guest50882 | yes, I know, I am using jQuery |
06:41.33 | pcboy | The :remote => true shouldn't be there imho. |
06:42.03 | pcboy | <% link_to "Load more", '#', :remote => true, :class => "next" %> Don't remember how the options hash is handled in link_to. |
06:42.19 | pcboy | Yeah I'm right, it's on the end. |
06:43.08 | Guest50882 | I tried it move one the other position as parameter, but still the same result in a browser |
06:43.26 | Guest50882 | it makes me crazy⦠I am solving this problem whole day and still nothing |
06:43.28 | pcboy | Are you using rails 3 ? |
06:43.31 | Guest50882 | yes |
06:45.12 | Guest50882 | if I will commented the render in controller, so the horrible output from the browser is out, but after loading new items I will get to IDDIV whole my page, not only the items |
06:45.43 | pcboy | Yeah that's normal. |
06:46.25 | pcboy | Wait, why your link_to doesn't have any remote url ? What are you calling ? |
06:46.46 | pcboy | Are you doing that in js ? |
06:47.17 | Guest50882 | yes, my js looks something like |
06:47.34 | Guest50882 | http://pastebin.com/4qPQgLjv |
06:48.00 | pcboy | That's the problem. |
06:48.13 | pcboy | Why do you append the response ? |
06:48.32 | pcboy | It's already done by rails. With the render I gave you. |
06:48.51 | pcboy | Ah sorry |
06:49.02 | Guest50882 | so⦠what I should remove? |
06:49.24 | pcboy | I don't understand your js I think. Why '#users' ? |
06:49.33 | pcboy | I thought it was '#iddiv' |
06:49.54 | pcboy | I would say remove the function(response){} thing. |
06:49.58 | Guest50882 | sorry, of course #iddiv, it's correct |
06:50.19 | pcboy | And try it again with the render thing. |
06:50.34 | Guest50882 | I will try it |
06:50.48 | pcboy | If it doesn't work, try with a $.post instead of $.get . I had some problems with rendered ajax get in some cases too. |
06:51.18 | *** join/# maulana (~maulana@223.255.227.77) |
06:52.01 | Guest50882 | well, I updated it - http://pastebin.com/vL3FiXKX |
06:52.03 | Guest50882 | javascript |
06:52.28 | Guest50882 | <PROTECTED> |
06:52.34 | Guest50882 | in cotroller |
06:52.40 | Guest50882 | action "index" |
06:52.44 | pcboy | render :update do |pagn| |
06:52.48 | pcboy | page* |
06:53.06 | pcboy | Not "index" |
06:53.26 | Guest50882 | ok, updated to :update |
06:53.37 | Guest50882 | but still I am getting the source code in browser |
06:55.05 | pcboy | Try with a post. |
06:55.40 | Guest50882 | the same |
06:55.51 | pcboy | What the fuck.. |
06:56.06 | pcboy | Is the url changing in the browser ? |
06:56.38 | Guest50882 | this problem with source in browser is still, when I have in controller the render part |
06:59.04 | pcboy | I've never seen that. Really this is the only thing I do. A render :update block in my controller, and a $.get/$.post on the other side (or a :remote => true on a link). If you check the rendered html on your link, is the data-remote=true attribute present ? |
07:00.14 | pcboy | If you are doing javascript:jQuery.get('/page?=1'); in your browser what's happen ? |
07:01.26 | Guest50882 | routing error⦠but if I will tryhttp://localhost:3000/?page=2 |
07:01.58 | Guest50882 | so I will get again the source of message/_home_mes.html.erb |
07:03.11 | pcboy | Did you try with another browser? Because really I don't see how that's possible. |
07:03.39 | pcboy | It looks like your browser doesn't make the ajax gets in ajax. |
07:03.43 | Guest50882 | a minute, I will try it in FF |
07:03.53 | Guest50882 | i am using chrome |
07:03.58 | pcboy | Ah and you didn't reply, is the url changing in the url bar ? |
07:04.07 | pcboy | Or is it the same ? |
07:05.16 | Guest50882 | no, url is still the "same" - localhost:3000 |
07:05.20 | Guest50882 | is on index |
07:05.30 | Guest50882 | is the same as in localhost:3000/home/index |
07:05.47 | Guest50882 | if I will try it in FF, I will get just |
07:05.59 | pcboy | And you said a $.post('/', {page: 1}); is the same result ? |
07:06.12 | Guest50882 | http://pastebin.com/8HthCkaG |
07:07.06 | Guest50882 | unfortunately yes, the same |
07:07.07 | pcboy | It's still correct js, it just seem your @variforget is empty. |
07:07.40 | pcboy | Ok, if you look at rails server log, is the result marked "rendered as JS" ? |
07:07.46 | pcboy | Or something like that. |
07:07.52 | pcboy | And not "Rendered as HTML". |
07:08.28 | Guest50882 | in the terminal in WEBRick is this |
07:08.31 | Guest50882 | Rendered messages/home_mes.html.erb (8.9ms) |
07:08.49 | *** join/# xelan (52f724a1@gateway/web/freenode/ip.82.247.36.161) |
07:08.53 | *** part/# xelan (52f724a1@gateway/web/freenode/ip.82.247.36.161) |
07:09.27 | pcboy | Guest50882: before that. For instance me I have Processing by UserController#profile as HTML |
07:09.31 | Guest50882 | about JS is nothing in log |
07:09.50 | pcboy | Processing by UserController#comment as JS for instance for me. |
07:09.56 | Guest50882 | Processing by HomeController#index as HTML |
07:10.01 | pcboy | If you don't have "as JS", the call is not done in js. |
07:10.10 | pcboy | So it's rendering you the result. |
07:10.40 | pcboy | As I asked, do you have the "data-remote=true" attribute on your link ? |
07:10.49 | pcboy | If you don't have that, it will call it as html. |
07:11.23 | Guest50882 | I am a bit confused - in which one link? because it is on index, I click nowhere |
07:11.55 | pcboy | Your "link_to" link mentionned before. |
07:12.22 | pcboy | Oh I see, you are doing the render everytime ?! |
07:12.32 | Guest50882 | yes |
07:12.38 | pcboy | Make a format.js { <your render block here> } |
07:12.44 | pcboy | Sorry I didn't understood that. |
07:13.08 | pcboy | And format.html {} right after that (but not mandatory if I remember well) |
07:13.35 | pcboy | Otherwise of course it's calling the render template everytime you load the page. |
07:13.43 | pcboy | Bet you want it to be called only if you call the page in js. |
07:14.00 | pcboy | In fact you should even add a if !params[:page].blank? before. |
07:14.22 | Guest50882 | http://pastebin.com/VL11NM2v â this is probable bad? |
07:14.29 | *** join/# berri (~noam@N.E.Pok.emons.ru) |
07:14.54 | Guest50882 | i should you respont_to |
07:16.24 | Guest50882 | is it better, a second |
07:16.27 | pcboy | respond_to do |format| yeah |
07:17.36 | pcboy | http://pastebin.com/vhb3bFWu something like that. |
07:17.55 | pcboy | The :layout => nil is not needed if you put what I said before in the appcontroller. |
07:18.03 | Guest50882 | http://pastebin.com/zrWjahyK |
07:18.23 | pcboy | That's ok. |
07:19.21 | pcboy | Maybe just add a "return" at the end of the format.js block. I like to be sure the method is terminated there. |
07:19.28 | pcboy | Otherwise it can call defaults templates. |
07:20.06 | Guest50882 | it works, but there is one bad thing â because the first time, I had items on the first page and after click on the link, co I got the items from the second page - and this items from second page was added to the items on the first page â so in the result â I had loaded the items from 1st and 2nd pages together⦠but now I have on the page the items from the first page, the only from the second page etc. |
07:20.27 | pcboy | Normal. |
07:20.32 | pcboy | You used .html(); |
07:20.37 | pcboy | It's overwriting things. |
07:20.42 | pcboy | User .append(); in that case. |
07:21.10 | Guest50882 | oh yeah! |
07:21.30 | Guest50882 | you're my hero, man! |
07:21.37 | pcboy | You welcome. =) |
07:22.36 | Guest50882 | you are working with rails a long time already? |
07:23.13 | pcboy | No. I'm doing rails since december. I'm doing a social network of minds. http://myndpage.com here is my page http://myndpage.com/david . |
07:23.25 | pcboy | But doing that everyday since.. |
07:23.34 | pcboy | So yeah, I know it pretty well now. |
07:24.53 | Guest50882 | social site of minds? what is exactly? |
07:25.21 | pcboy | You are uploading your brain on the internet. I will give you people with a similar thinking. I'm giving percentage of similar thinking between people. |
07:25.40 | pcboy | The idea is to find someone with the same brain as you somewhere on the planet. |
07:26.02 | pcboy | You can check the about page if you want to know more http://myndpage.com/!/about . |
07:26.13 | pcboy | Right now sorry I must go, I have an appointment ! |
07:26.18 | pcboy | See you later. |
07:26.28 | Guest50882 | wow, interesting⦠the most of the people is there registered from japan? |
07:26.42 | Guest50882 | ok, thank you one more time, have a nice day! |
07:27.16 | *** join/# isweeperi (~sweeperki@c-68-36-191-1.hsd1.nj.comcast.net) |
07:27.17 | pcboy | Guest50882: We have 50/50 right now. Japan and elsewhere. =) But I'm planning for all the world of course. |
07:27.25 | pcboy | Thanks have a nice day too. |
07:41.51 | *** join/# Jolya (~vaqzxla@46.213.90.161) |
07:41.59 | *** part/# Jolya (~vaqzxla@46.213.90.161) |
07:49.03 | *** part/# isweeperi (~sweeperki@c-68-36-191-1.hsd1.nj.comcast.net) |
07:52.33 | *** join/# shipit_ (~shipit@204-15-2-155-static.ipnetworksinc.net) |
08:47.27 | *** join/# lord_ (~lord@31.9.120.49) |
08:49.12 | lord_ | capri: |
09:20.16 | *** join/# dnsdds (54657ed5@gateway/web/freenode/ip.84.101.126.213) |
09:25.19 | *** part/# dnsdds (54657ed5@gateway/web/freenode/ip.84.101.126.213) |
09:59.27 | *** join/# Sonic0509 (5030d37c@gateway/web/freenode/ip.80.48.211.124) |
10:09.27 | *** join/# jesteracer (~Adium@178.215.115.18) |
10:27.50 | *** join/# jesteracer (~Adium@178.215.115.18) |
11:33.35 | jesteracer | hello, can someone help with jcrop? |
11:39.05 | *** join/# iway (~thomas@i59F5721B.versanet.de) |
11:50.34 | *** join/# Nilodanx52 (bd680a52@gateway/web/freenode/ip.189.104.10.82) |
11:51.16 | *** part/# Nilodanx52 (bd680a52@gateway/web/freenode/ip.189.104.10.82) |
12:35.39 | *** join/# glen2pav (~glen2pav@112.210.192.29) |
12:52.21 | *** join/# cyberdick (~cyberdick@pool-173-66-90-185.washdc.fios.verizon.net) |
12:52.37 | *** part/# cyberdick (~cyberdick@pool-173-66-90-185.washdc.fios.verizon.net) |
13:28.15 | *** join/# Pathos (~stoned@unaffiliated/stoned) |
13:28.25 | Pathos | Hello |
13:28.38 | Pathos | What exactly causes matter to be attracted to each other |
13:28.58 | Pathos | Universal law of gravitation/attraction |
13:29.03 | Pathos | but why? |
13:29.28 | Pathos | do we know yet? |
13:36.48 | *** join/# cyphase (~cyphase@unaffiliated/cyphase) |
13:51.29 | Pathos | oh wait |
13:51.32 | Pathos | this is weird |
13:51.38 | Pathos | I typed /join # physics haha doh |
13:51.40 | *** part/# Pathos (~stoned@unaffiliated/stoned) |
13:57.01 | *** join/# osmosis (~osmosis@c-67-171-179-254.hsd1.or.comcast.net) |
14:05.19 | *** join/# shipit (~shipit@c-67-180-23-104.hsd1.ca.comcast.net) |
14:32.12 | *** join/# BlueAidan_ (80923b96@gateway/web/freenode/ip.128.146.59.150) |
14:36.40 | *** join/# Ramu (~yaaic@124.123.107.245) |
14:56.19 | *** join/# B50D (d155e054@gateway/web/freenode/ip.209.85.224.84) |
14:56.22 | *** part/# B50D (d155e054@gateway/web/freenode/ip.209.85.224.84) |
14:57.58 | *** join/# di9 (~Adium@80.251.112.4) |
15:04.19 | *** part/# di9 (~Adium@80.251.112.4) |
15:13.23 | *** join/# shipit (~shipit@c-67-180-23-104.hsd1.ca.comcast.net) |
15:26.31 | *** join/# SAJChurchey (~sajchurch@ip174-64-140-118.mc.at.cox.net) |
15:45.14 | *** join/# delsen (54ae5228@gateway/web/freenode/ip.84.174.82.40) |
15:45.22 | delsen | hi all |
15:45.41 | delsen | anyone know how to root the samsung galaxy s plus |
15:45.44 | delsen | i9001? |
16:01.42 | *** join/# Mov1s_Netty (~Mov1s_Net@72.44.123.141) |
16:03.06 | Mov1s_Netty | CLOSE |
16:03.33 | *** part/# Mov1s_Netty (~Mov1s_Net@72.44.123.141) |
16:08.42 | *** join/# SAJChurchey (~sajchurch@ip174-64-140-118.mc.at.cox.net) |
16:17.24 | *** join/# shipit (~shipit@c-67-180-23-104.hsd1.ca.comcast.net) |
16:20.51 | *** join/# manny (~Adium@user-3c2h32s.cable.mindspring.com) |
16:42.21 | *** join/# funkyHat (~m@funkyhat.org) |
17:07.30 | *** join/# amindfv_ (9e826666@gateway/web/freenode/ip.158.130.102.102) |
17:07.35 | *** part/# amindfv_ (9e826666@gateway/web/freenode/ip.158.130.102.102) |
17:35.15 | *** join/# Mooses (59f12dfb@gateway/web/freenode/ip.89.241.45.251) |
17:35.23 | *** part/# Mooses (59f12dfb@gateway/web/freenode/ip.89.241.45.251) |
18:03.48 | *** join/# clanet (5f781f1e@gateway/web/freenode/ip.95.120.31.30) |
18:03.59 | *** part/# clanet (5f781f1e@gateway/web/freenode/ip.95.120.31.30) |
18:05.19 | *** join/# RukiRuki (4cb98b65@gateway/web/freenode/ip.76.185.139.101) |
18:05.26 | *** part/# RukiRuki (4cb98b65@gateway/web/freenode/ip.76.185.139.101) |
18:11.44 | *** join/# osmosis (~osmosis@c-67-171-179-254.hsd1.or.comcast.net) |
18:37.18 | *** join/# FireFly_ (187103a0@gateway/web/freenode/ip.24.113.3.160) |
18:40.59 | *** part/# FireFly_ (187103a0@gateway/web/freenode/ip.24.113.3.160) |
18:57.02 | *** join/# constantine2 (~constanti@109.234.24.228) |
19:04.19 | *** join/# SAJChurchey (~sajchurch@ip174-64-140-118.mc.at.cox.net) |
19:07.11 | *** join/# darklord (73f295c7@gateway/web/freenode/ip.115.242.149.199) |
19:11.20 | darklord | hi |
19:36.46 | *** join/# amindfv (9e826666@gateway/web/freenode/ip.158.130.102.102) |
19:36.58 | *** part/# amindfv (9e826666@gateway/web/freenode/ip.158.130.102.102) |
19:40.50 | *** join/# Firefly_ (187103a0@gateway/web/freenode/ip.24.113.3.160) |
19:41.00 | *** part/# Firefly_ (187103a0@gateway/web/freenode/ip.24.113.3.160) |
20:05.19 | *** join/# Seisatsu (~seisatsu@2001:c08:3700:ffff::13:7bd3) |
20:13.13 | *** join/# PatriciaAmalia (bd5d8f70@gateway/web/freenode/ip.189.93.143.112) |
20:18.32 | *** join/# luisgrin (bec0c24a@gateway/web/freenode/ip.190.192.194.74) |
20:19.52 | luisgrin | hi! i have downloaded and burned a cd with the last current realease, i tryed to boot it .. it works ok until it got *Loaded module 3c59x and stopped |
20:20.41 | luisgrin | im trying to do it on a amd k6 with 128mb ram |
20:21.42 | luisgrin | it wporked ok with dsl no ubuntu 8 and also worked with lupu and wector linux, |
20:22.12 | luisgrin | i remenber that several years ago i was using slitaz and i was in touch with people here |
20:25.57 | *** join/# dweller (5317c66a@gateway/web/freenode/ip.83.23.198.106) |
20:26.07 | *** part/# dweller (5317c66a@gateway/web/freenode/ip.83.23.198.106) |
20:27.54 | *** part/# luisgrin (bec0c24a@gateway/web/freenode/ip.190.192.194.74) |
20:28.10 | *** join/# luisgrin (bec0c24a@gateway/web/freenode/ip.190.192.194.74) |
20:28.20 | luisgrin | hi, i was here :) |
20:28.33 | luisgrin | someone here? |
20:28.39 | luisgrin | maybe is very late |
21:41.09 | *** join/# iRoj (~iRoj@a80-101-135-241.adsl.xs4all.nl) |
21:41.14 | *** part/# iRoj (~iRoj@a80-101-135-241.adsl.xs4all.nl) |
22:35.54 | *** join/# naildownx (~naildownx@globalshellz/admin/naildownx) |
22:36.21 | *** join/# i7riyi (18b9cb33@gateway/web/freenode/ip.24.185.203.51) |
22:41.25 | *** join/# tInKy1 (522ce2b5@gateway/web/freenode/ip.82.44.226.181) |
22:41.35 | *** part/# tInKy1 (522ce2b5@gateway/web/freenode/ip.82.44.226.181) |
22:49.48 | naildownx | test |
22:51.05 | *** join/# nionio (4b35884b@gateway/web/freenode/ip.75.53.136.75) |
22:51.33 | *** part/# nionio (4b35884b@gateway/web/freenode/ip.75.53.136.75) |
22:56.28 | *** join/# Killer__ (b23f44a7@gateway/web/freenode/ip.178.63.68.167) |
22:56.34 | *** part/# naildownx (~naildownx@globalshellz/admin/naildownx) |
22:57.18 | *** part/# Killer__ (b23f44a7@gateway/web/freenode/ip.178.63.68.167) |
22:57.44 | *** join/# shipit (~shipit@c-67-180-23-104.hsd1.ca.comcast.net) |