aboutsummaryrefslogtreecommitdiffstats
path: root/railties/bin
Commit message (Collapse)AuthorAgeFilesLines
* let the rails command recurse upwards looking for script/rails, and exec ↵David Heinemeier Hansson2010-02-251-9/+28
| | | | ruby on it for better portability [Xavier Noria] (Closes #4008)
* Make bin/rails call rails/commands/application, fix generators usage and ↵José Valim2010-02-031-23/+4
| | | | update .gitignores.
* Removed all the default commands in script/* and replaced them with ↵David Heinemeier Hansson2010-02-021-22/+25
| | | | script/rails and a rails command that'll act the same when run from within the app [DHH]
* More cleaning up on rails generators load path.José Valim2010-01-181-1/+1
|
* Fix the i18n dependency problemDavid Heinemeier Hansson2009-12-271-1/+1
|
* Fully expand relative rails framework paths and make sure we aren'tJoshua Peek2009-12-161-3/+4
| | | | adding any to the load path more than once.
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the ↵Carl Lerche2009-10-161-0/+1
| | | | application's object root)
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-4/+14
|
* Remove update_js from Rakefile and the uneeded railsgen.José Valim2009-07-041-18/+0
|
* Updated rake tasks.José Valim2009-07-021-0/+0
|
* Updated commands.José Valim2009-07-021-26/+2
|
* Added migration and session_migration generator.José Valim2009-06-281-2/+1
|
* Added Rails::Generators.find_by_namespace.José Valim2009-06-261-8/+2
|
* Small fixes.José Valim2009-06-261-1/+1
|
* Improving generators runner.José Valim2009-06-261-6/+24
|
* Get base_name from class_name.José Valim2009-06-251-2/+2
|
* TestUnit, you have a home.José Valim2009-06-231-1/+1
|
* Change current sstructure.José Valim2009-06-232-5/+7
|
* Added a generator file responsable for loading generator files.José Valim2009-06-232-3/+7
|
* Added metal generator.José Valim2009-06-232-1/+28
|
* Use Rails generators files organization.José Valim2009-06-231-1/+1
|
* When rails is invoked without args, be sure that help is called.José Valim2009-06-191-0/+2
|
* bin/rails uses the new generator.José Valim2009-06-191-11/+2
|
* Added a couple more options to app generator.José Valim2009-06-191-1/+1
|
* App generator is working using new generators (except for templates).José Valim2009-06-1910-31/+0
|
* Remove script/performance/profiler in favour of performance integration tests.Pratik Naik2009-01-181-3/+0
| | | | | | To continue using script/performance/profiler, install the request_profiler plugin : script/plugin install git://github.com/rails/request_profiler.git
* Add "-m/--template" option to Rails generator to apply template to generated ↵Jeremy McAnally2008-12-021-0/+1
| | | | | | application. Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Extracted the process scripts (inspector, reaper, spawner) into the plugin ↵David Heinemeier Hansson2008-11-303-9/+0
| | | | irs_process_scripts [DHH]
* Fix file permissionsTarmo Tänav2008-07-3113-0/+0
| | | | Signed-off-by: Joshua Peek <josh@joshpeek.com>
* Allow script/about to run in production mode instead of failing with a ↵Cheah Chu Yeow2008-06-231-1/+2
| | | | | | cryptic const_missing error. [#370 state:resolved]
* Add 'script/dbconsole' -- the database analog of 'script/console'Steve Purcell2008-05-071-0/+3
|
* Request profilerJeremy Kemper2007-10-251-0/+3
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8016 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Normalize whitespace. Closes #8385 [Time Pope]Jeremy Kemper2007-05-277-7/+7
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6869 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ↵David Heinemeier Hansson2007-04-281-3/+0
| | | | | | by Kent Sibilev since the breakpointer has been broken since Ruby 1.8.4 and will not be coming back [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6611 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Added script/process/inspector to do simple process status information on ↵David Heinemeier Hansson2006-04-281-0/+3
| | | | | | Rails dispatchers keeping pid files in tmp/pids [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4300 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Fixed that rails --version should have the return code of 0 (success) ↵David Heinemeier Hansson2006-04-031-1/+4
| | | | | | (closes #4560) [blair@orcaware.com] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4145 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Added -f/--freeze option to rails command for freezing the application to ↵David Heinemeier Hansson2006-04-011-0/+5
| | | | | | the Rails version it was generated with [DHH] Fixed rake rails:freeze:gems (closes #4518) [benji@silverinsanity.com] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4115 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Remove explicit require of departed file.Nicholas Seckar2006-04-011-1/+1
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4113 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Reject Ruby 1.8.3 when loading Rails; extract version checking code.Nicholas Seckar2006-03-191-18/+1
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3982 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Rails is not compatible with Ruby 1.8.3, explicitly prevent usage [DHH]David Heinemeier Hansson2006-03-191-1/+8
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3975 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Added -r/--repeat option to script/process/spawner that offers the same loop ↵David Heinemeier Hansson2006-02-261-3/+0
| | | | | | protection as the spinner did. This deprecates the script/process/spinner, so it's no longer included in the default Rails skeleton, but still available for backwards compatibility (closes #3461) [ror@andreas-s.net] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3672 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Rename Version constant to VERSION. Closes #2802.Marcel Molina2005-11-171-1/+1
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3065 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Changed all script/* to use /usr/bin/env ruby instead of hard-coded Ruby ↵David Heinemeier Hansson2005-11-0913-13/+13
| | | | | | path. public/dispatcher.* still uses the hard-coded path for compatibility with web servers that dont have Ruby in path [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2959 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Add 'add_new_scripts' rake task for adding new rails scripts to script/*Jamis Buck2005-11-071-3/+0
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2926 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Added script/about to display formatted Rails::Info outputSam Stephenson2005-11-051-0/+3
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2883 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Added script/plugin to manage plugins (install, remove, list, etc) [Ryan ↵David Heinemeier Hansson2005-10-281-0/+3
| | | | | | Tomayko] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2793 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* You've been down that road, Neo. You know where it ends. And I know it's not ↵David Heinemeier Hansson2005-10-281-9/+2
| | | | | | where you want to be. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2791 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Move down to 1 proc by default and a bit more helpDavid Heinemeier Hansson2005-10-281-1/+1
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2789 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Added default lighttpd config in config/lighttpd.conf and added a default ↵David Heinemeier Hansson2005-10-281-0/+10
| | | | | | runner for lighttpd in script/lighttpd (works like script/server, but using lighttpd and FastCGI) [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2787 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Finished moveDavid Heinemeier Hansson2005-10-142-2/+2
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2591 5ecf4fe2-1ee6-0310-87b1-e25e094e27de