aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/Rakefile
Commit message (Expand)AuthorAgeFilesLines
* Use .tt extension to all the template filesRafael Mendonça França2017-11-131-6/+0
* Remove frozen_string_literal magic comment from templatesKoichi ITO2017-08-221-2/+0
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* prefer require_relative over require + File.expand_pathXavier Noria2016-03-101-1/+1
* Removing the app constant and replacing it with Rails.applicationwangjohn2013-04-301-1/+1
* Rakefile executable attributes and shebang lines has been removedRoman V. Babenko2012-05-021-1/+0
* Rakefiles are executables, and rake loads rake, not rakefile coderaggi2010-11-251-1/+1
* Avoid calls to Rails::Application since this is not the official API.José Valim2010-07-011-1/+1
* remove executable permission from files that don't need it. [#4802 state:reso...rohit2010-06-201-0/+0
* No need to require test and rdoc tasks.José Valim2010-04-261-3/+0
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-231-0/+10
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-181-10/+0
* Have script/* and Rakefile use the application objectCarlhuda2009-11-241-1/+1
* Simplify path expansionsJeremy Kemper2009-10-191-1/+1
* Rakefile doesn't need initializers to be ranJoshua Peek2009-10-161-1/+1
* Have config/application.rb contain the application definition and require tha...Carl Lerche2009-10-151-1/+1
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-0/+10