rails/railties
Akira Matsuda cce461511b be sure to parenthesize the arguments when the first one is a RegExp literal
this fixes: "warning: ambiguous first argument; put parentheses or even spaces"
because: you need this to tell the parser that you're not calling :/ method (division)
details (Japanese!): http://blade.nagaokaut.ac.jp/cgi-bin/vframe.rb/ruby/ruby-dev/42445?42370-43277
2011-05-18 23:20:19 +09:00
..
guides Merge pull request #247 from goncalossilva/performance_test 2011-05-17 14:28:40 -07:00
lib parenthesize the arguments with splat 2011-05-18 23:19:13 +09:00
test be sure to parenthesize the arguments when the first one is a RegExp literal 2011-05-18 23:20:19 +09:00
.gitignore
CHANGELOG application and plugin generation run bundle install unless --skip-gemfile or --skip-bundle 2011-05-14 02:37:41 +02:00
MIT-LICENSE
railties.gemspec Bump up rack-cache, tzinfo and thor 2011-05-04 16:47:48 -03:00
Rakefile removes the :update_ujs task in railties 2011-05-04 10:33:53 +02:00
README.rdoc

= Railties -- Gluing the Engine to the Rails

Railties is responsible to glue all frameworks together. Overall, it:

* handles all the bootstrapping process for a Rails application;

* manages rails command line interface;

* provides Rails generators core;


== Download

The latest version of Railties can be installed with Rubygems:

* gem install railties

Documentation can be found at

* http://api.rubyonrails.org


== License

Railties is released under the MIT license.