| Commit message (Expand) | Author | Age | Files | Lines |
* | Guard against app generation if the database specified isnt supported for pre... | David Heinemeier Hansson | 2006-02-28 | 1 | -0/+3 |
* | Add integration test support to app generation and testing | Jamis Buck | 2006-02-28 | 1 | -0/+1 |
* | Added -r/--repeat option to script/process/spawner that offers the same loop ... | David Heinemeier Hansson | 2006-02-26 | 1 | -1/+1 |
* | Added tmp/sessions, tmp/cache, and tmp/sockets as default directories in the ... | David Heinemeier Hansson | 2006-02-25 | 1 | -0/+3 |
* | Prepare order for uncommenting, use consistent opt options [DHH] | David Heinemeier Hansson | 2006-02-25 | 1 | -2/+3 |
* | Added -d/--database option to the rails command, so you can do "rails --datab... | David Heinemeier Hansson | 2006-02-25 | 1 | -16/+18 |
* | Windows: eliminate the socket option in database.yml. Closes #2924. | Jeremy Kemper | 2005-11-18 | 1 | -2/+3 |
* | Changed all script/* to use /usr/bin/env ruby instead of hard-coded Ruby path... | David Heinemeier Hansson | 2005-11-09 | 1 | -4/+5 |
* | Added an omnipresent RailsInfoController with a properties action that delive... | Sam Stephenson | 2005-11-08 | 1 | -0/+1 |
* | Copy lighttpd.conf when it is first needed, instead of on app creation | Jamis Buck | 2005-11-07 | 1 | -1/+0 |
* | Added default lighttpd config in config/lighttpd.conf and added a default run... | David Heinemeier Hansson | 2005-11-07 | 1 | -1/+1 |
* | Added script/about to display formatted Rails::Info output | Sam Stephenson | 2005-11-05 | 1 | -1/+1 |
* | Change javascript_include_tag :defaults to not use script.aculo.us loader, wh... | Thomas Fuchs | 2005-11-01 | 1 | -3/+0 |
* | Update script.aculo.us to V1.5_rc4 | Thomas Fuchs | 2005-10-29 | 1 | -0/+1 |
* | Add default Mac + DarwinPorts MySQL socket locations to the app generator. | Jeremy Kemper | 2005-10-29 | 1 | -5/+11 |
* | Removed app/apis as a default empty dir since its automatically created when ... | David Heinemeier Hansson | 2005-10-28 | 1 | -2/+0 |
* | Added script/plugin to manage plugins (install, remove, list, etc) [Ryan Toma... | David Heinemeier Hansson | 2005-10-28 | 1 | -1/+1 |
* | Added default lighttpd config in config/lighttpd.conf and added a default run... | David Heinemeier Hansson | 2005-10-28 | 1 | -3/+4 |
* | Added plugin generator to create a stub structure for a new plugin in vendor/... | David Heinemeier Hansson | 2005-10-28 | 1 | -1/+0 |
* | Added app/services as a default dir in the Rails skeleton and to the load pat... | David Heinemeier Hansson | 2005-10-28 | 1 | -0/+1 |
* | Clarify semantics of ActiveRecord::Base#respond_to? Closes #2560. | Jeremy Kemper | 2005-10-22 | 1 | -1/+1 |
* | attempt to fix #2500 | Michael Koziarski | 2005-10-17 | 1 | -2/+7 |
* | suppress mysql_config errors | Jeremy Kemper | 2005-10-17 | 1 | -1/+1 |
* | Remove util.js | David Heinemeier Hansson | 2005-10-16 | 1 | -1/+0 |
* | Try to figure out which mysql socket to use. Default to /path/to/your/mysql.... | Jeremy Kemper | 2005-10-16 | 1 | -1/+6 |
* | Use expand_path for app_name so, e.g., rails . is supported | Jeremy Kemper | 2005-10-16 | 1 | -1/+1 |
* | Made the rails command use the application name for database names in the tai... | Florian Weber | 2005-10-16 | 1 | -1/+1 |
* | Fixed script/performance | David Heinemeier Hansson | 2005-10-15 | 1 | -1/+1 |
* | Moving perform to performance | David Heinemeier Hansson | 2005-10-14 | 1 | -1/+1 |
* | r3619@sedna: jeremy | 2005-10-14 14:41:24 -0700 | Jeremy Kemper | 2005-10-14 | 1 | -2/+3 |
* | Update Prototype to V1.4.0_pre11, script.aculo.us to [2502] and fix the rails... | Thomas Fuchs | 2005-10-09 | 1 | -4/+7 |
* | Dont include script/process dir | David Heinemeier Hansson | 2005-10-06 | 1 | -1/+0 |
* | Dont include run | David Heinemeier Hansson | 2005-10-06 | 1 | -1/+1 |
* | Backed out of script/run portal idea. Muscle memory too deep | David Heinemeier Hansson | 2005-10-06 | 1 | -1/+4 |
* | Removed all the scripts in script/* and replaced it with one generic portal: ... | David Heinemeier Hansson | 2005-09-29 | 1 | -8/+1 |
* | Moved config/tasks to lib/tasks and added more documentation to environment.rb | David Heinemeier Hansson | 2005-09-11 | 1 | -1/+1 |
* | Moved all the shared tasks from Rakefile into Rails, so that the Rakefile is ... | David Heinemeier Hansson | 2005-09-03 | 1 | -0/+1 |
* | Make the default rakefile read *.rake files from config/tasks (for easy exten... | Jamis Buck | 2005-08-31 | 1 | -0/+1 |
* | Remove switchtower integration from rails | Jamis Buck | 2005-08-30 | 1 | -3/+0 |
* | Add integration with SwitchTower (rake tasks, default deploy.rb recipe) | Jamis Buck | 2005-08-03 | 1 | -0/+3 |
* | Added convenience controls for FCGI processes (especially when managed remote... | David Heinemeier Hansson | 2005-07-24 | 1 | -3/+3 |
* | Added an empty robots.txt to public/, so that web servers asking for it won't... | David Heinemeier Hansson | 2005-07-22 | 1 | -0/+1 |
* | Pulled the gateway.cgi until we can make it work properly out the gates | David Heinemeier Hansson | 2005-07-06 | 1 | -3/+3 |
* | Added an EXPERIMENTAL gateway.cgi for getting high-speed performance through ... | David Heinemeier Hansson | 2005-07-04 | 1 | -1/+2 |
* | Include the new Javascripts in new apps | David Heinemeier Hansson | 2005-06-26 | 1 | -10/+13 |
* | Added console --profile for profiling an IRB session #1154 [bitsweat]. Change... | David Heinemeier Hansson | 2005-04-30 | 1 | -1/+1 |
* | Added script/benchmarker to easily benchmark one or more statement a number o... | David Heinemeier Hansson | 2005-04-14 | 1 | -1/+1 |
* | Choose a simpler requiring of picking gems or not for library loading | David Heinemeier Hansson | 2005-03-21 | 1 | -1/+1 |
* | Add prototype.js to new apps in javascripts/ #885 | David Heinemeier Hansson | 2005-03-21 | 1 | -0/+3 |
* | Combined the script/environment.rb used for gems and regular files version. I... | David Heinemeier Hansson | 2005-03-20 | 1 | -5/+1 |