Displaying 2 results from an estimated 2 matches for "depot_r".
2006 Nov 04
1
Writing better HTML/CSS for the Depot app
...e mentioned that the HTML I use in the Depot
app could be better (and I don''t necessarily disagree: I''m not a CSS
maven).
What''s the general feeling on this? Is it worth using more compliant
markup for the Depot HTML? If so, would anyone be willing to markup
the depot_r application (ideally so that it looks the same and I
don''t have to recapture all the screenshots :)
Cheers
Dave
2008 Jun 21
15
will_paginate generates undefined method paginate
Dear
I used to use the will_paginate plugin, and now it is no longer
available in the repository.
I am using the one in the gem
#gem install will_paginate
in my controller I have this
@careers = Career.paginate :page => params[:page], :per_page => 10
and in the view
<%= will_paginate @careers %>
I found this way in all the tutorials and the railscasts episode 51.
Though I still