Rails 3 - Fully Loaded
intridea.com
Rails 3 - Fully Loaded
1–10 of 33 posts
Re: Rails 3 - Fully Loaded
#2> Since there is no more will_paginate in Rails 3, the only option is kaminari.
This version of will_paginate seems to be fine in Rails 3:
https://github.com/mislav/will_paginate/tree/v3.0.pre2
While I'm on the Rails 3 things you can find on Github topic, ActiveScaffold has a nice Rails 3 port here:
Re: Rails 3 - Fully Loaded
#3While I hope to eventually be able to pick which gems I like to use best, for a beginner this kind of guidance is really valuable.
Re: Rails 3 - Fully Loaded
#4Re: Rails 3 - Fully Loaded
#5Overall, a good summary. > Since there is no more will_paginate in Rails 3, the only option is kaminari. This version of will_paginate seems to be fine in Rails 3: https://github.com/mislav/will_paginate/tree/v3.0.pre2 While I'm on the Rails 3 things you can find on Github topic, ActiveScaffold has a nice Rails 3 port here: https://github.com/vhochstein/active_scaffold
Re: Rails 3 - Fully Loaded
#6Re: Rails 3 - Fully Loaded
#7For Geocoding, here's another nice gem that uses Google/Yahoo/Freegeoip: https://github.com/alexreisner/geocoder .
Re: Rails 3 - Fully Loaded
#8This is an awesome resource, there is an overwhelming amount of choice for people that are new to Rails development (I am encountering this myself at the moment). While I hope to eventually be able to pick which gems I like to use best, for a beginner this kind of guidance is really valuable.
Re: Rails 3 - Fully Loaded
#9Ruby Toolbox is great too: http://ruby-toolbox.com/
Re: Rails 3 - Fully Loaded
#10This is an awesome resource, there is an overwhelming amount of choice for people that are new to Rails development (I am encountering this myself at the moment). While I hope to eventually be able to pick which gems I like to use best, for a beginner this kind of guidance is really valuable.