| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed all script/* to use /usr/bin/env ruby instead of hard-coded Ruby path... | David Heinemeier Hansson | 2005-11-09 | 1 | -0/+2 |
* | Force RAILS_ENV to be "test" when running tests, so that ENV["RAILS_ENV"] = "... | David Heinemeier Hansson | 2005-11-09 | 1 | -0/+2 |
* | Correct versioning in :freeze_gems Rake task. Closes #2778. | Jeremy Kemper | 2005-11-08 | 1 | -0/+2 |
* | Added an omnipresent RailsInfoController with a properties action that delive... | Sam Stephenson | 2005-11-08 | 1 | -0/+4 |
* | Made ready for 0.14.3 (RC4) | David Heinemeier Hansson | 2005-11-07 | 1 | -1/+1 |
* | Add 'add_new_scripts' rake task for adding new rails scripts to script/* | Jamis Buck | 2005-11-07 | 1 | -0/+2 |
* | Remove bogus hyphen from script/process/reaper calls to 'ps'. Closes #2767. | Jeremy Kemper | 2005-11-07 | 1 | -0/+2 |
* | Copy lighttpd.conf when it is first needed, instead of on app creation | Jamis Buck | 2005-11-07 | 1 | -0/+2 |
* | Use require_library_or_gem 'fcgi' in script/server | Sam Stephenson | 2005-11-07 | 1 | -0/+2 |
* | Added default lighttpd config in config/lighttpd.conf and added a default run... | David Heinemeier Hansson | 2005-11-07 | 1 | -6/+4 |
* | New configuration option config.plugin_paths which may be a single path like ... | Jeremy Kemper | 2005-11-07 | 1 | -0/+6 |
* | Make use of silence_stderr in script/lighttpd, script/plugin, and Rails::Info | Sam Stephenson | 2005-11-07 | 1 | -0/+2 |
* | Enable HTTP installation of plugins when svn isn't avaialable. Closes #2661. ... | Sam Stephenson | 2005-11-06 | 1 | -0/+2 |
* | Move info.rb to rails_info.rb and load Rails::Info after initialization | Sam Stephenson | 2005-11-05 | 1 | -0/+2 |
* | Added script/about to display formatted Rails::Info output | Sam Stephenson | 2005-11-05 | 1 | -0/+2 |
* | Added Rails::Info to catalog assorted information about a Rails application's... | Sam Stephenson | 2005-11-05 | 1 | -0/+2 |
* | script/lighttpd: tail the logfile when running in the foreground, and attempt... | Sam Stephenson | 2005-11-04 | 1 | -0/+4 |
* | Don't reap spawn-fcgi. Closes #2727. | Jeremy Kemper | 2005-11-03 | 1 | -0/+2 |
* | Reaper knows how to find processes even if the dispatch path is very long. C... | Jeremy Kemper | 2005-11-02 | 1 | -0/+2 |
* | Make fcgi handler respond to TERM signals with an explicit exit | Jamis Buck | 2005-11-02 | 1 | -0/+2 |
* | Added demonstration of fixture use to the test case generated by the model ge... | David Heinemeier Hansson | 2005-11-02 | 1 | -0/+2 |
* | If specified, pass PostgreSQL client character encoding to createdb. Closes ... | Jeremy Kemper | 2005-11-02 | 1 | -0/+2 |
* | Failsafe response handler for dispatcher. | Jeremy Kemper | 2005-11-02 | 1 | -1/+1 |
* | Move Dispatcher.dispatch CGI.new out of default args and into rescuable block... | Jeremy Kemper | 2005-11-01 | 1 | -0/+2 |
* | The freeze_gems Rake task accepts the VERSION environment variable to decide ... | Jeremy Kemper | 2005-11-01 | 1 | -0/+2 |
* | Change javascript_include_tag :defaults to not use script.aculo.us loader, wh... | Thomas Fuchs | 2005-11-01 | 1 | -0/+2 |
* | The freeze_edge Rake task does smarter svn detection and can export a specifi... | Jeremy Kemper | 2005-10-30 | 1 | -0/+2 |
* | Comment database.yml and include PostgreSQL and SQLite examples. | Jeremy Kemper | 2005-10-30 | 1 | -0/+2 |
* | Improve script/plugin on Windows. Closes #2646. | Jeremy Kemper | 2005-10-29 | 1 | -0/+2 |
* | The *_plugindoc Rake tasks look deeper into the plugins' lib directories. Cl... | Jeremy Kemper | 2005-10-29 | 1 | -1/+3 |
* | The PostgreSQL :db_structure_dump task limits its dump to the schema search p... | Jeremy Kemper | 2005-10-29 | 1 | -0/+2 |
* | Add task to generate rdoc for all installed plugins. | Marcel Molina | 2005-10-29 | 1 | -0/+2 |
* | Update script.aculo.us to V1.5_rc4 | Thomas Fuchs | 2005-10-29 | 1 | -0/+2 |
* | Add default Mac + DarwinPorts MySQL socket locations to the app generator. | Jeremy Kemper | 2005-10-29 | 1 | -0/+2 |
* | Migrations may be destroyed: script/destroy migration foo. Closes #2635. | Jeremy Kemper | 2005-10-29 | 1 | -0/+2 |
* | Added that plugins can carry generators and that generator stub files can be ... | David Heinemeier Hansson | 2005-10-28 | 1 | -0/+2 |
* | Removed app/apis as a default empty dir since its automatically created when ... | David Heinemeier Hansson | 2005-10-28 | 1 | -3/+1 |
* | Trim down the default mimetypes in config/lighttpd.conf. | Sam Stephenson | 2005-10-28 | 1 | -0/+2 |
* | Added script/plugin to manage plugins (install, remove, list, etc) [Ryan Toma... | David Heinemeier Hansson | 2005-10-28 | 1 | -1/+1 |
* | Add Rakefile to plugin generator. Let test_plugins rake task look deeper int... | Jeremy Kemper | 2005-10-28 | 1 | -0/+2 |
* | Added test_plugins task: Run the plugin tests in vendor/plugins/**/test (or s... | David Heinemeier Hansson | 2005-10-28 | 1 | -0/+2 |
* | Added default lighttpd config in config/lighttpd.conf and added a default run... | David Heinemeier Hansson | 2005-10-28 | 1 | -0/+2 |
* | Added plugin generator to create a stub structure for a new plugin in vendor/... | David Heinemeier Hansson | 2005-10-28 | 1 | -0/+2 |
* | Added app/services as a default dir in the Rails skeleton and to the load pat... | David Heinemeier Hansson | 2005-10-28 | 1 | -0/+2 |
* | Fixed scaffold generator when started with only 1 parameter (closes #2609) [s... | David Heinemeier Hansson | 2005-10-28 | 1 | -0/+2 |
* | rake should run functional tests even if the unit tests have failures [Jim We... | David Heinemeier Hansson | 2005-10-27 | 1 | -0/+2 |
* | Back off cleanpath to be symlink friendly. Closes #2533 | Nicholas Seckar | 2005-10-27 | 1 | -0/+2 |
* | Load rake task files in alphabetical order so you can build dependencies and ... | David Heinemeier Hansson | 2005-10-26 | 1 | -0/+5 |
* | Prepared for release of 0.14.2 (RC3) | David Heinemeier Hansson | 2005-10-25 | 1 | -3/+3 |
* | Constants set in the development/test/production environment file are set in ... | Jamis Buck | 2005-10-23 | 1 | -0/+2 |