aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators
Commit message (Collapse)AuthorAgeFilesLines
* Ensure ActiveRecord is loaded on revoke/destroy.José Valim2009-11-031-0/+1
| | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Ensure that generators can be invoked from any directory.José Valim2009-11-021-0/+17
| | | | Signed-off-by: Engine Yard <engineyard@Engine-Yards-MacBook-Pro.local>
* CI breakageYehuda Katz2009-11-021-17/+0
| | | | This reverts commit a288b74f1c75c6f100de7611a5093a421f1ad6d1.
* Generators should use Rails.root instead of Dir.pwd [#3408 status:resolved]José Valim2009-10-281-0/+17
| | | | Signed-off-by: Yehuda Katz <wycats@gmail.com>
* Simplify path expansionsJeremy Kemper2009-10-193-3/+3
|
* Merge commit 'josevalim/fixes'Jeremy Kemper2009-10-194-56/+19
|\ | | | | | | | | Conflicts: railties/test/generators/app_generator_test.rb
| * By default use ActiveModel API in controller generators, unless otherwise ↵José Valim2009-10-173-53/+16
| | | | | | | | specified [#3123 status:resolved]
| * 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 ↵Carl Lerche2009-10-164-147/+23
| | | | | | obsolete. The bundler library is at: http://github.com/wycats/bundler/ and is a rubygem.
* 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 ↵Joshua Peek2009-10-161-1/+1
| | | | concerned about the config
* 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
| | | | | | a different scope Restores accidentally-reverted commit.
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the ↵Carl Lerche2009-10-163-6/+3
| | | | application's object root)
* Have config/application.rb contain the application definition and require ↵Carl Lerche2009-10-1516-61/+66
| | | | that file instead of config/boot.rb or config/environment.rb in script/*.
* 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
|
* Don't need h in there now that XSS protection is on by defaultMichael Koziarski2009-10-082-2/+2
|
* Yank FCGI Handler from coreJoshua Peek2009-10-054-147/+0
| | | http://github.com/rails/fcgi_handler
* Remove all calls to Rails::Initializer from boot.rbCarl Lerche2009-09-302-9/+42
| | | | This is starting a refactor of the rails initialization process. The boot.rb file will not remain the same.
* Change Rails::Application to a class that is inherited from.Carl Lerche2009-09-291-5/+2
| | | This is still very experimental.
* Create the application object from config/environment.rbYehuda Katz + Carl Lerche2009-09-282-4/+5
| | | | | This is preliminary and not necessarily reflective of the full plan.
* ruby 1.9: Qualify toplevel File reference since config.ru could be eval'd in ↵Joshua Peek2009-09-261-1/+1
| | | | a different scope
* 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-24162-0/+11532