aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails
Commit message (Expand)AuthorAgeFilesLines
* Update vendored thor and ensure that content is completely modified before ch...José Valim2009-12-011-3/+3
* Expand path relative to __FILE__Jeremy Kemper2009-11-281-1/+1
* Have script/* and Rakefile use the application objectCarlhuda2009-11-248-9/+13
* Refactor script/dbconsole into an objectCarlhuda2009-11-241-0/+1
* Quieter rake test runnerJoshua Peek2009-11-241-1/+0
* Refactor script/console into an object and use IRB.start instead of calling e...Carlhuda2009-11-231-0/+1
* Refactor script/server into an object that inherits from Rack::ServerCarlhuda2009-11-231-0/+1
* Revert "Final steps toward clean rails "foo"; cd foo; gem bundle; script/serv...Jeremy Kemper2009-11-195-7/+4
* Final steps toward clean rails "foo"; cd foo; gem bundle; script/server workingYehuda Katz + Carl Lerche2009-11-185-4/+7
* Fix generated performance test helper requiresJeremy Kemper2009-11-101-1/+1
* Refactor generators a little bit.José Valim2009-11-0811-16/+4
* Configure generator when needed rather than during initializationJeremy Kemper2009-11-032-2/+4
* Pass config.generators options along when RAILS_GENERATORS is set and show --...José Valim2009-11-032-1/+3
* Improve Gemfile commentaryJeremy Kemper2009-11-031-9/+6
* Remove --freeze (since Rails will come bundled in all new apps) and update ge...José Valim2009-11-032-9/+2
* Simplify path expansionsJeremy Kemper2009-10-193-3/+3
* Merge commit 'josevalim/fixes'Jeremy Kemper2009-10-191-3/+3
|\
| * Make app generatoor specs green once again.José Valim2009-10-171-3/+3
* | Check for environment.rbJeremy Kemper2009-10-191-1/+1
* | Check for bundler environment or 2.x-style vendor/rails + rubygemsJeremy Kemper2009-10-191-10/+8
* | Make sure boot.rb requires rubygems only when neededPratik Naik2009-10-191-7/+10
* | Remove some remnants of config.gemCarl Lerche2009-10-171-6/+0
|/
* Add stub for configuring your package managerJoshua Peek2009-10-164-16/+23
* Remove config.gem in favor of using the bundler. This makes config/boot.rb ob...Carl Lerche2009-10-164-147/+23
* Rakefile doesn't need initializers to be ranJoshua Peek2009-10-161-1/+1
* Fix incorrect path in script/runner templateJoshua Peek2009-10-161-1/+1
* script/runner should require environmentJoshua Peek2009-10-161-1/+1
* script/performance/profiler should require environmentJoshua Peek2009-10-161-1/+1
* script/performance/benchmarker should require environmentJoshua Peek2009-10-161-1/+1
* script/generate should require environmentJoshua Peek2009-10-161-1/+1
* script/about should require environmentJoshua Peek2009-10-161-1/+1
* Use Rails.application where we want a valid rack appJoshua Peek2009-10-161-1/+1
* Use Rails.initialize! where we just want to run the initializers and aren't c...Joshua Peek2009-10-161-1/+1
* Rackup file should require environmentJoshua Peek2009-10-161-1/+1
* Get apps generated with working again.Carl Lerche2009-10-161-50/+43
* Ruby 1.9: qualify toplevel File reference since config.ru could be eval'd in ...Joshua Peek2009-10-161-1/+1
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...Carl Lerche2009-10-162-4/+1
* Have config/application.rb contain the application definition and require tha...Carl Lerche2009-10-1515-60/+65
* Add Gemfile to the rails application generatorYehuda Katz + Carl Lerche2009-10-142-0/+11
* Start moving the initializers into the application objectCarl Lerche2009-10-081-7/+6
* Yank FCGI Handler from coreJoshua Peek2009-10-054-147/+0
* Remove all calls to Rails::Initializer from boot.rbCarl Lerche2009-09-302-9/+42
* Change Rails::Application to a class that is inherited from.Carl Lerche2009-09-291-5/+2
* Create the application object from config/environment.rbYehuda Katz + Carl Lerche2009-09-282-4/+5
* ruby 1.9: Qualify toplevel File reference since config.ru could be eval'd in ...Joshua Peek2009-09-261-1/+1
* Enable static asset server by defaultJoshua Peek2009-09-261-1/+5
* Remove config.ru generation from --with-dispatchers optionJoshua Peek2009-09-253-8/+5
* Set const for application object. "Basecamp::Application"Joshua Peek2009-09-251-1/+3
* Generate a config.ru stubJoshua Peek2009-09-252-0/+3
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-24111-0/+9862