[Rails] Re: how to style currently active link

2009-02-09 Thread jammanbo
On Feb 9, 10:04 am, Adam Akhtar wrote: > I have four links on a page generated with link_to . I want to style the > currently active link differently than the other 3. I tried passing > :class => "selected" to link_to but it adds this tag to all 4 links, not > just the currently active one. > >

[Rails] Re: logic for a search method

2009-02-07 Thread jammanbo
On Feb 7, 3:09 pm, bingo bob wrote: > I'm trying to ask users for a name and a place and then give them a list > of all the names OR all the places OR the names in that place, if you > get me? This is my flawed attempt, I'm passing params correctly so it's > just the logic within the method I n