| cardioid | If it's what I think you mean, the tooltip won't appear in Firefox because that's supposed to be the title attribute, not the alt attribute. |
| Catfish | ndru1234: You mean in a popup? |
| ndru1234 | cardioid: when i hover my mouse over the image, my :alt text is supposed to appear. is that right? |
| cardioid | IE shows the alt because it's IE |
| ndru1234 | oic... |
| Catfish | ndru1234: No. alt text is supposed to be displayed instead of the image |
| cardioid | Both browsers will show the title |
| ndru1234 | icic... so i should be using the title attribute instead |
| AngryElf_ | isn't it high time for web developers everywhere to start firebombing MS? |
| ndru1234 | is the title attribute supported in image_tag? |
| cardioid | Most of those helpers either have a specific html_options argument or they pass on any options not intended for them to the resulting HTML So "yes" |
| ndru1234 | cardioid: icic... thx for the pointers guys. i think i can solve the problem! :) |
| gma | is it easy to get the URL for the current view within a template? |
| ReinH | Morning |
| ariejan | hello Does Rails have a method that rewrites a given number to a readable format in B kB or mB? |
| Arsen7 | evening ;-) gma: something like controller.request.path I suppose. ariejan: Something like ri ActiveSupport::CoreExtensions::Numeric::Bytes maybe? |
| ariejan | Arsen7: That's like 4.kilobytes return 4*1024. |
| Arsen7 | Ok, now something like i-should-get-back-to-work :-) |
| AngryElf_ | mornin ReinH |
| robert_dempsey | good morning all |
| Arsen7 | good evening, robert_dempsey |
| guilab | i want to have a link_to_remote call an action that adds an entry to a database then that action updates a view that is rendered back to the original call... can i do that? |
| inspired | I have a method set_active which makes a given record in the db active, but I need to do UPDATE messages SET active = FALSE; first. how can I execute SQL without finder_sql? |
| robert_dempsey | good evening Arsen7 guilab - sounds like some rjs action is what you need |
| gma | Arsen7: cheers, will try it |
| langenberg | Anyone knows some resources for icons I can use in prototypes? |
| heftig | how can i share a partial between two controllers? |
| gmcinnes | Hi all: Anyone know if there's a way to limit the routes generated by map.resources? I basically only want the post action Something like map.resources :foo, :only => :post |
| robert_dempsey | heftig -> you can call the partial using a path such as render :partial => "/shared/approved_filter" |
| heftig | robert_dempsey: thanks |
| Ries | Does ruby has a GUI tool to make forms? |
| endikos | Mornin' folks! |
| kain | Ries, what's the difference between ruby and rails? |