[Rails-core] public write access for docrails is back

2011-08-31 Thread Xavier Noria
Subject says it all. Enjoy! -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Core group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to

Re: [Rails-core] public write access for docrails is back

2011-08-31 Thread Sebastián Martínez
Cool! Great job bringing it back! On Wed, Aug 31, 2011 at 8:34 AM, Xavier Noria f...@hashref.com wrote: Subject says it all. Enjoy! -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Core group. To post to this group, send email to

[Rails-core] Javascript is now a first-class code citizen - Really?!

2011-08-31 Thread Rodrigo Rosenfeld Rosas
Hi guys, While reading the 3.1 release notes in Rails Guides, I've stumbled across this phrase: The major change in Rails 3.1 is the Assets Pipeline. It makesCSSand JavaScript first-class code citizens and enables proper organization, including use in plugins and engines. Then, I started

Re: [Rails-core] public write access for docrails is back

2011-08-31 Thread JudeArasu
Nice to hear :) 2011/8/31 Sebastián Martínez smartine...@gmail.com Cool! Great job bringing it back! On Wed, Aug 31, 2011 at 8:34 AM, Xavier Noria f...@hashref.com wrote: Subject says it all. Enjoy! -- You received this message because you are subscribed to the Google Groups Ruby on

Re: [Rails-core] Javascript is now a first-class code citizen - Really?!

2011-08-31 Thread Everton Moreth
A standard javascript testing library would be awesome. Today we struggle with lots of different aproaches to test javascript, using only selenium, capybara/selenium, cucumber/capybara/selenium, jasmine, etc... And other non Rails techniques. It would be great if we could rely and focus on a

Re: [Rails-core] Javascript is now a first-class code citizen - Really?!

2011-08-31 Thread Wael Nasreddine
+1 too, jasmine for unit testing and capybara for integration tests Regards, Wael -- Wael Nasreddine Sent from my iPhone On Aug 31, 2011, at 19:46, Everton Moreth everton.mor...@gmail.com wrote: A standard javascript testing library would be awesome. Today we struggle with lots of different

Re: [Rails-core] Javascript is now a first-class code citizen - Really?!

2011-08-31 Thread Nicolás Sanguinetti
On Wed, Aug 31, 2011 at 3:10 PM, Wael Nasreddine wael.nasredd...@gmail.com wrote: +1 too, jasmine for unit testing and capybara for integration tests Well… make Jasmine optional and I'm a happy camper :) Regards, Wael -- Wael Nasreddine Sent from my iPhone On Aug 31, 2011, at 19:46,

Re: [Rails-core] Javascript is now a first-class code citizen - Really?!

2011-08-31 Thread Wael Nasreddine
On Aug 31, 2011, at 20:14, Nicolás Sanguinetti h...@nicolassanguinetti.info wrote: On Wed, Aug 31, 2011 at 3:10 PM, Wael Nasreddine wael.nasredd...@gmail.com wrote: +1 too, jasmine for unit testing and capybara for integration tests Well… make Jasmine optional and I'm a happy camper :)

Re: [Rails-core] Javascript is now a first-class code citizen - Really?!

2011-08-31 Thread Andrés Mejía
I like Jasmine too. On Wed, Aug 31, 2011 at 1:45 PM, Wael Nasreddine wael.nasredd...@gmail.comwrote: On Aug 31, 2011, at 20:14, Nicolás Sanguinetti h...@nicolassanguinetti.info wrote: On Wed, Aug 31, 2011 at 3:10 PM, Wael Nasreddine wael.nasredd...@gmail.com wrote: +1 too, jasmine for

Re: [Rails-core] Javascript is now a first-class code citizen - Really?!

2011-08-31 Thread Ryan Bigg
I think due to the large number of testing frameworks out there for JavaScript, we should leave this in the developer's hands and not make it a part of the Rails core. On 31/08/2011, at 23:06, Rodrigo Rosenfeld Rosas rr.ro...@gmail.com wrote: Hi guys, While reading the 3.1 release notes

Re: [Rails-core] Javascript is now a first-class code citizen - Really?!

2011-08-31 Thread Rodrigo Rosenfeld Rosas
When you do that, it would be similar to not adding tests on generators or not providing Coffeescript or SASS support in a default new Rails application. I doubt Coffeescript would be largely used if not included in Rails by default. I prefer Rspec over Test/Unit but I don't see any problems

Re: [Rails-core] Javascript is now a first-class code citizen - Really?!

2011-08-31 Thread Allen Madsen
What Rodrigo said. +1 for jasmine Allen Madsen http://www.allenmadsen.com On Wed, Aug 31, 2011 at 6:11 PM, Rodrigo Rosenfeld Rosas rr.ro...@gmail.com wrote: ** When you do that, it would be similar to not adding tests on generators or not providing Coffeescript or SASS support in a