Rails 3.1 Gem Available
31–40 of 40 posts
Re: Rails 3.1 Gem Available
#32Yes, I am very excited. I should have released during business hours with announcements prepared and whatnot, but I really wanted this code in people's hands. I hope that everyone enjoys this release!
Re: Rails 3.1 Gem Available
#33Yes, I am very excited. I should have released during business hours with announcements prepared and whatnot, but I really wanted this code in people's hands. I hope that everyone enjoys this release!
Thanks for all the hard work. You guys are awesome. BTW, it is business hours in India. :-)
Re: Rails 3.1 Gem Available
#34Any particular reasn to only list DHH under "Authors"? (I assume the plural means more are possible...)
Perhaps a link to http://contributors.rubyonrails.org/ ?
Interestingly DHH is only #2 contrubutor overall, and number 9 this year... (by number of commits; and no, that isn't a perfect measure of contribution)
Re: Rails 3.1 Gem Available
#35I'm hesitant to give up on Jammit, but asset pipeline looks great.
Re: Rails 3.1 Gem Available
#36Yes, I am very excited. I should have released during business hours with announcements prepared and whatnot, but I really wanted this code in people's hands. I hope that everyone enjoys this release!
Thank you.
Re: Rails 3.1 Gem Available
#37I'm hesitant to give up on Jammit, but asset pipeline looks great.
The 3.1 asset pipeline is great stuff ... but if anyone currently using Jammit is leaning towards switching to the asset pipeline -- for any reason other than it's the default in Rails 3.1 -- I'd be curious to hear about why. I'd like to keep developing Jammit as an alternative approach, as there are differences in philosophy: explicit asset packages vs. in-file dependencies, for example.
Re: Rails 3.1 Gem Available
#38Earlier quoted context omitted.
The 3.1 asset pipeline is great stuff ... but if anyone currently using Jammit is leaning towards switching to the asset pipeline -- for any reason other than it's the default in Rails 3.1 -- I'd be curious to hear about why. I'd like to keep developing Jammit as an alternative approach, as there are differences in philosophy: explicit asset packages vs. in-file dependencies, for example.
Jammit has worked extremely well paired with Barista+Compass, but for a Backbone-heavy app where templates are shipped client-side, it's nice to tack on '.erb' at the end of a template file and use Rails asset helpers for cache-busting and asset host url construction.
As for having to pipe "static" JS and CSS files through ERB ... I've always thought that was something best avoided by choice, unless absolutely necessary.
Re: Rails 3.1 Gem Available
#39Thanks to Rails core and all the contributors for yet another killer release :) If you're new to 3.1, the following resources will help you to get started: Release notes: http://guides.rubyonrails.org/3_1_release_notes.html Asset pipeline: http://guides.rubyonrails.org/asset_pipeline.html http://railscasts.com/episodes/279-understanding-the-asset-p...
Re: Rails 3.1 Gem Available
#40This means you will want to change your SESSION_KEY variable to expire all sessions, otherwise users that are logged in while you upgrade can get stuck until they clear their cookies. (So I postponed the upgrade to the weekend...)