| Commit message (Expand) | Author | Age | Files | Lines |
* | Added prevention of duplicate migrations from the generator #2240 [fbeausolei... | David Heinemeier Hansson | 2005-09-24 | 1 | -0/+2 |
* | Add db_schema_dump and db_schema_import rake tasks to work with the new Activ... | Jamis Buck | 2005-09-23 | 1 | -0/+2 |
* | Reformed all the config/environments/* files to conform to the new Rails::Con... | David Heinemeier Hansson | 2005-09-13 | 1 | -0/+2 |
* | Sessions with an s | David Heinemeier Hansson | 2005-09-12 | 1 | -1/+1 |
* | Added create_session_table, drop_session_table, and purge_session_table as ra... | David Heinemeier Hansson | 2005-09-12 | 1 | -0/+2 |
* | Added dump of schema version to the db_structure_dump task for databases that... | David Heinemeier Hansson | 2005-09-12 | 1 | -0/+2 |
* | Fixed script/profiler for Ruby 1.8.2 #1863 [Rick Olson] | David Heinemeier Hansson | 2005-09-11 | 1 | -0/+2 |
* | Fixed clone_structure_to_test task for SQLite #1864 [jon@burningbush.us] | David Heinemeier Hansson | 2005-09-11 | 1 | -0/+2 |
* | Added -m/--mime-types option to the WEBrick server, so you can specify a Apac... | David Heinemeier Hansson | 2005-09-09 | 1 | -1/+3 |
* | Added -c/--svn option to the generator that'll add new files and remove destr... | David Heinemeier Hansson | 2005-09-09 | 1 | -0/+2 |
* | Added -c/--charset option to WEBrick controller, so you can specify a default... | David Heinemeier Hansson | 2005-09-09 | 1 | -0/+2 |
* | Make the default stats task extendable by modifying the STATS_DIRECTORIES con... | Jamis Buck | 2005-09-05 | 1 | -0/+2 |
* | Allow the selected environment to define RAILS_DEFAULT_LOGGER, and have Rails... | Jamis Buck | 2005-09-05 | 1 | -0/+2 |
* | Moved all the shared tasks from Rakefile into Rails, so that the Rakefile is ... | David Heinemeier Hansson | 2005-09-03 | 1 | -0/+4 |
* | Fixed the scaffold generator to fail right away if the database isn't accessi... | David Heinemeier Hansson | 2005-09-03 | 1 | -0/+2 |
* | Corrected project-local generator location in scripts.rb #2010 [Michael Schue... | Jamis Buck | 2005-09-02 | 1 | -0/+2 |
* | Don't require the environment just to clear the logs #2093 [Scott Barron] | Jamis Buck | 2005-09-01 | 1 | -0/+2 |
* | Make the default rakefile read *.rake files from config/tasks (for easy exten... | Jamis Buck | 2005-08-31 | 1 | -0/+2 |
* | Only load breakpoint in development mode and when BREAKPOINT_SERVER_PORT is d... | Nicholas Seckar | 2005-08-31 | 1 | -0/+2 |
* | Remove switchtower integration from rails | Jamis Buck | 2005-08-30 | 1 | -4/+0 |
* | Allow the --toggle-spin switch on process/reaper to be negated | Jamis Buck | 2005-08-24 | 1 | -0/+2 |
* | Replace render_partial with render :partial in scaffold generator | Nicholas Seckar | 2005-08-17 | 1 | -0/+2 |
* | Make the rakefile tasks that set up a new project aware of switchtower | Jamis Buck | 2005-08-17 | 1 | -0/+2 |
* | Added -w flag to ps in process/reaper #1934 [Scott Barron] | Jamis Buck | 2005-08-12 | 1 | -0/+2 |
* | Add integration with SwitchTower (rake tasks, default deploy.rb recipe) | Jamis Buck | 2005-08-03 | 1 | -0/+2 |
* | Allow ERb in the database.yml file (just like with fixtures), so you can pull... | David Heinemeier Hansson | 2005-07-24 | 1 | -0/+2 |
* | Added convenience controls for FCGI processes (especially when managed remote... | David Heinemeier Hansson | 2005-07-24 | 1 | -0/+2 |
* | Added load_fixtures task to the Rakefile, which will load all the fixtures in... | David Heinemeier Hansson | 2005-07-22 | 1 | -0/+2 |
* | Added an empty robots.txt to public/, so that web servers asking for it won't... | David Heinemeier Hansson | 2005-07-22 | 1 | -0/+2 |
* | Dropped the 'immediate close-down' of FCGI processes since it didn't work con... | David Heinemeier Hansson | 2005-07-19 | 1 | -0/+5 |
* | r3023@asus: jeremy | 2005-07-12 23:43:39 -0700 | Jeremy Kemper | 2005-07-13 | 1 | -0/+2 |
* | Made ready for release of 0.13.1 | David Heinemeier Hansson | 2005-07-11 | 1 | -2/+2 |
* | Fixed that each request with the WEBrick adapter would open a new database co... | David Heinemeier Hansson | 2005-07-10 | 1 | -0/+2 |
* | Added support for SQL Server in the database rake tasks #1652 [ken.barker@gma... | David Heinemeier Hansson | 2005-07-09 | 1 | -0/+2 |
* | Added a VERSION parameter to the migrate task that allows you to do "rake mig... | David Heinemeier Hansson | 2005-07-09 | 1 | -2/+5 |
* | r2960@asus: jeremy | 2005-07-09 02:12:35 -0700 | Jeremy Kemper | 2005-07-09 | 1 | -0/+2 |
* | r2951@asus: jeremy | 2005-07-08 18:09:30 -0700 | Jeremy Kemper | 2005-07-08 | 1 | -0/+4 |
* | Post release minor fixes | David Heinemeier Hansson | 2005-07-07 | 1 | -1/+1 |
* | Pulled the gateway.cgi until we can make it work properly out the gates | David Heinemeier Hansson | 2005-07-06 | 1 | -2/+0 |
* | Changed logging of SQL statements to use the DEBUG level instead of INFO. Add... | David Heinemeier Hansson | 2005-07-05 | 1 | -0/+2 |
* | Backed out of create/destroy_db -- didnt yet work right in mysql and breaks AWD | David Heinemeier Hansson | 2005-07-05 | 1 | -2/+0 |
* | Added create_db and destroy_db tasks in the Rakefile to make it easier to loa... | David Heinemeier Hansson | 2005-07-05 | 1 | -0/+2 |
* | Added an EXPERIMENTAL gateway.cgi for getting high-speed performance through ... | David Heinemeier Hansson | 2005-07-04 | 1 | -0/+2 |
* | Documented the migration support in railties | David Heinemeier Hansson | 2005-07-04 | 1 | -0/+4 |
* | Fixed that model generator would make fixtures plural, even if ActiveRecord::... | David Heinemeier Hansson | 2005-07-02 | 1 | -0/+2 |
* | Added a DOCTYPE of HTML transitional to the HTML files generated by Rails #11... | David Heinemeier Hansson | 2005-07-02 | 1 | -1/+3 |
* | r1588@asus: jeremy | 2005-07-02 03:14:45 -0700 | Jeremy Kemper | 2005-07-02 | 1 | -0/+4 |
* | Use SIGHUP to dynamically reload an fcgi process without restarting it. Refac... | Jamis Buck | 2005-06-29 | 1 | -1/+3 |
* | RailsFCGIHandler (dispatch.fcgi) no longer tries to explicitly flush $stdout ... | Jamis Buck | 2005-06-27 | 1 | -0/+2 |
* | Fixed rakefile actions against PostgreSQL when the password is all numeric #1... | David Heinemeier Hansson | 2005-06-25 | 1 | -0/+2 |