@Jonathan - Good Points!
Btw, I think that's ok to write here in English, Thanks for sharing
your thoughts on Rails3.1.
Anyway, other quotes from one of my colleagues (on Rails3.1):
* SASS is awesome
* CS is neat, but I haven't bothered to learn it
* That's fine. You don't have to use SASS/CS.
* No need to do anything different other than putting your css/js
files in app/assets instead of public/
* Yeah, 3.1 requires sass-rails and coffee-rails gems. big deal. If
that ruins your day, you've got bigger problems.
On Sep 1, 12:03 am, Jonathan Palley <
jpal...@gmail.com> wrote:
> 对不起,我不会用中文解释, 但是。。。
>
> Even though 3.1 is a "minor" upgrade, I think the new Sprockets/"assets"
> pipeline is a BIG deal and totally changes RoR from a "conceptual"
> standpoint. RoR has stopped being *Ruby *on Rails and is now Web-App on
> Rails (using Ruby, Coffeescript/Javascript, SASL, and ultimately X - where
> "X" is whatever you technology you need to get the app done).
>
> I think we are going to see more and more gems that allow you to package all
> the different bits-and-pieces of technologies that make new apps into a nice
> convention-over-configuration structure in Rails. I'm just speaking from
> personal experience: the current system I'm working on has many, many
> different technologies we are trying to merge together. Right now the
> technologies are in different projects, in different git repositories.
> After reading about sprockets I'm immediately thinking how to better merge
> the code into Rails.
>
> Ironically, Ruby comes back to be how it was used BEFORE Rails. Before
> Rails, its most popular use was as a scripting language to tie different
> parts of systems together. Its essentially going to do that now, I think -
> but on steroids.
>
> JP
>
> 2011/8/31 魏伦 Allen Wei <
digr...@gmail.com>