Rails 3.1 Gem Available
21–30 of 40 posts
Re: Rails 3.1 Gem Available
#22Earlier quoted context omitted.
Same here. I've been trying out the 3.1 RCs, and I think the asset pipeline has some potential, but I haven't found a replacement for Jammit's JST compilation. (Although I haven't looked very hard. I'm sure there's a solution out there.)
Sprockets includes Jammit-inspired JST support. You can use it with either EJS or Eco templates. See the "JavaScript Templating" section of the readme: https://github.com/sstephenson/sprockets#readme You can even write your own JST template class. Here's an example that adds Mustache template support: https://github.com/josh/mustache-trimmer/blob/master/lib/til...
Re: Rails 3.1 Gem Available
#23Re: Rails 3.1 Gem Available
#24Re: Rails 3.1 Gem Available
#25Re: Rails 3.1 Gem Available
#26Re: Rails 3.1 Gem Available
#27Yes, 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!
To reiterate what everyone is saying: thank you very much for all of your dedication and hard work. Let me know if you ever make it around to Liberty or Poppy, I feel like I owe you at least a couple drinks.
Re: Rails 3.1 Gem Available
#28How come the identity map is disabled by default?
Re: Rails 3.1 Gem Available
#29Re: Rails 3.1 Gem Available
#30Does anyone know if/when heroku will support 3.1?