| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixed WEBrick server to use ABSOLUTE_RAILS_ROOT instead of working_directory ... | David Heinemeier Hansson | 2005-03-06 | 1 | -0/+2 |
* | Fixed rails_generator to be usable without RubyGems #686 [Cristi BALAN]. Move... | David Heinemeier Hansson | 2005-03-06 | 1 | -0/+2 |
* | Fixed -h/--help for generate and destroy generators #331 | David Heinemeier Hansson | 2005-03-06 | 1 | -0/+2 |
* | Added begin/rescue around the FCGI dispatcher so no uncaught exceptions can b... | David Heinemeier Hansson | 2005-03-04 | 1 | -0/+2 |
* | Removed a fix that was caused by a bug in RubyGems 0.8.5 | David Heinemeier Hansson | 2005-02-28 | 1 | -2/+0 |
* | Fixed that association#count would produce invalid sql when called sequential... | David Heinemeier Hansson | 2005-02-28 | 1 | -0/+2 |
* | Fixed test/mocks/testing to the correct test/mocks/test #740 | David Heinemeier Hansson | 2005-02-27 | 1 | -0/+2 |
* | Added early failure if the Ruby version isn't 1.8.2 or above #735 | David Heinemeier Hansson | 2005-02-27 | 1 | -0/+2 |
* | Fixed the missing shebang in main "rails" script #736 | David Heinemeier Hansson | 2005-02-27 | 1 | -0/+7 |
* | Marked for release | David Heinemeier Hansson | 2005-02-24 | 1 | -1/+7 |
* | Changed default IP binding for WEBrick from 127.0.0.1 to 0.0.0.0 so that the ... | David Heinemeier Hansson | 2005-02-23 | 1 | -0/+2 |
* | Fixed that script/server -d was broken so daemon mode couldn't be used #687 [... | David Heinemeier Hansson | 2005-02-20 | 1 | -0/+2 |
* | Upgraded to breakpoint 92 | David Heinemeier Hansson | 2005-02-20 | 1 | -0/+10 |
* | Added support for independent components residing in /components | David Heinemeier Hansson | 2005-02-20 | 1 | -0/+11 |
* | Added --sandbox option to script/console that'll roll back all changes made t... | David Heinemeier Hansson | 2005-02-19 | 1 | -0/+2 |
* | Added 'recent' as a rake target that'll run tests for files that changed in t... | David Heinemeier Hansson | 2005-02-17 | 1 | -0/+2 |
* | Changed script/console to default to development environment and drop --no-in... | David Heinemeier Hansson | 2005-02-17 | 1 | -0/+2 |
* | Fixed documentation snafus #575, #576, #577, #585 | David Heinemeier Hansson | 2005-02-07 | 1 | -0/+2 |
* | Added that running test_units and test_functional now performs the clone_stru... | David Heinemeier Hansson | 2005-02-07 | 1 | -0/+2 |
* | Added new generator framework that informs about its doings on generation and... | David Heinemeier Hansson | 2005-02-07 | 1 | -0/+5 |
* | Prepared for 0.9.5 release | David Heinemeier Hansson | 2005-01-25 | 1 | -1/+3 |
* | Fixed dependency reloading by switching to a remove_const approach where all ... | David Heinemeier Hansson | 2005-01-25 | 1 | -18/+1 |
* | Fixed that /Recipe/new and /recipe/new points to the same thing [Lyle Johnson] | David Heinemeier Hansson | 2005-01-24 | 1 | -0/+2 |
* | Added Florian Gross' latest version of Breakpointer and friends that fixes a ... | David Heinemeier Hansson | 2005-01-24 | 1 | -0/+2 |
* | Fixed skeleton Rakefile to work with sqlite3 out of the box #521 [rasputnik] | David Heinemeier Hansson | 2005-01-24 | 1 | -0/+2 |
* | Fixed that script/breakpointer didn't get the Ruby path rewritten as the othe... | David Heinemeier Hansson | 2005-01-24 | 1 | -0/+2 |
* | Fixed handling of syntax errors in models that had already been succesfully r... | David Heinemeier Hansson | 2005-01-24 | 1 | -0/+19 |
* | Another swing at reloading | David Heinemeier Hansson | 2005-01-24 | 1 | -0/+2 |
* | Fixed that generate scaffold would produce bad functional tests | David Heinemeier Hansson | 2005-01-22 | 1 | -0/+7 |
* | Made ready for release of 0.9.4.1 | David Heinemeier Hansson | 2005-01-18 | 1 | -1/+3 |
* | Added 5-second timeout to WordNet alternatives on creating reserved-word mode... | David Heinemeier Hansson | 2005-01-18 | 1 | -0/+2 |
* | CHANGELOGs.. | David Heinemeier Hansson | 2005-01-17 | 1 | -0/+5 |
* | Made ready for release of 0.9.4 | David Heinemeier Hansson | 2005-01-17 | 1 | -1/+3 |
* | Fixed up some docs | David Heinemeier Hansson | 2005-01-17 | 1 | -0/+2 |
* | Flipped code-to-test ratio around to be more readable #468 [Scott Baron] | David Heinemeier Hansson | 2005-01-15 | 1 | -0/+2 |
* | Fixed log file permissions to be 666 instead of 777 (so they're not executabl... | David Heinemeier Hansson | 2005-01-15 | 1 | -0/+2 |
* | Fixed that auto reloading would some times not work or would reload the model... | David Heinemeier Hansson | 2005-01-15 | 1 | -0/+2 |
* | Fixed page caching problems with saving cached file fails for the index actio... | David Heinemeier Hansson | 2005-01-15 | 1 | -0/+2 |
* | Added the option to specify a controller name to "generate scaffold" and made... | David Heinemeier Hansson | 2005-01-13 | 1 | -0/+2 |
* | Added that rake clone_structure_to_test, db_structure_dump, and purge_test_da... | David Heinemeier Hansson | 2005-01-11 | 1 | -0/+3 |
* | Fixed script/console to work with Windows (that requires the use of irb.bat) ... | David Heinemeier Hansson | 2005-01-10 | 1 | -0/+2 |
* | Fixed WEBrick servlet slowdown over time by restricting the load path reloadi... | David Heinemeier Hansson | 2005-01-06 | 1 | -0/+2 |
* | Removed Fancy Indexing as a default option on the WEBrick servlet as it made ... | David Heinemeier Hansson | 2005-01-04 | 1 | -0/+5 |
* | Include package dependency information | David Heinemeier Hansson | 2005-01-04 | 1 | -0/+2 |
* | Prepared for release of 0.9.3 | David Heinemeier Hansson | 2005-01-04 | 1 | -8/+8 |
* | Added support for SQLite in the auto-dumping/importing of schemas for develop... | David Heinemeier Hansson | 2005-01-03 | 1 | -0/+2 |
* | Fixed problems with dependency caching and controller hierarchies on Ruby 1.8... | David Heinemeier Hansson | 2005-01-02 | 1 | -0/+2 |
* | Added automated rewriting of the shebang lines on installs through the gem ra... | David Heinemeier Hansson | 2005-01-01 | 1 | -4/+6 |
* | Fixed that generated action_mailers doesnt need to require the action_mailer ... | David Heinemeier Hansson | 2004-12-31 | 1 | -0/+2 |
* | Fixed dependency management to happen in a unified fashion for Active Record ... | David Heinemeier Hansson | 2004-12-30 | 1 | -0/+17 |