| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added new generator framework that informs about its doings on generation and... | David Heinemeier Hansson | 2005-02-07 | 61 | -644/+1850 |
* | Prepared for 0.9.5 release | David Heinemeier Hansson | 2005-01-25 | 2 | -4/+6 |
* | Fixed dependency reloading by switching to a remove_const approach where all ... | David Heinemeier Hansson | 2005-01-25 | 1 | -18/+1 |
* | Moved subclass reloading responsibilities to Dependencies | David Heinemeier Hansson | 2005-01-25 | 1 | -3/+1 |
* | New approach to reloading that uses remove_const on ARs and AOs as well as ACs | David Heinemeier Hansson | 2005-01-25 | 1 | -21/+6 |
* | Fixed that /Recipe/new and /recipe/new points to the same thing [Lyle Johnson] | David Heinemeier Hansson | 2005-01-24 | 2 | -2/+4 |
* | Added Florian Gross' latest version of Breakpointer and friends that fixes a ... | David Heinemeier Hansson | 2005-01-24 | 4 | -226/+240 |
* | Fixed skeleton Rakefile to work with sqlite3 out of the box #521 [rasputnik] | David Heinemeier Hansson | 2005-01-24 | 2 | -26/+40 |
* | Fixed that script/breakpointer didn't get the Ruby path rewritten as the othe... | David Heinemeier Hansson | 2005-01-24 | 2 | -1/+5 |
* | Fixed handling of syntax errors in models that had already been succesfully r... | David Heinemeier Hansson | 2005-01-24 | 2 | -9/+38 |
* | Another swing at reloading | David Heinemeier Hansson | 2005-01-24 | 2 | -13/+10 |
* | Brought back reloading of models | David Heinemeier Hansson | 2005-01-23 | 1 | -1/+1 |
* | Fixed that generate scaffold would produce bad functional tests | David Heinemeier Hansson | 2005-01-22 | 3 | -12/+19 |
* | Flipped reloads around | David Heinemeier Hansson | 2005-01-20 | 1 | -1/+1 |
* | Fixed that FCGI can also display SyntaxErrors | David Heinemeier Hansson | 2005-01-20 | 1 | -3/+7 |
* | Made ready for release of 0.9.4.1 | David Heinemeier Hansson | 2005-01-18 | 2 | -5/+7 |
* | Added 5-second timeout to WordNet alternatives on creating reserved-word mode... | David Heinemeier Hansson | 2005-01-18 | 2 | -5/+11 |
* | CHANGELOGs.. | David Heinemeier Hansson | 2005-01-17 | 1 | -0/+5 |
* | Made methods class level methods again | David Heinemeier Hansson | 2005-01-17 | 1 | -2/+2 |
* | Tagged the 0.9.4 release | David Heinemeier Hansson | 2005-01-17 | 1 | -68/+72 |
* | Made a bunch of stuff quiet in the docs | David Heinemeier Hansson | 2005-01-17 | 1 | -2/+2 |
* | Made ready for release of 0.9.4 | David Heinemeier Hansson | 2005-01-17 | 1 | -1/+1 |
* | Made ready for release of 0.9.4 | David Heinemeier Hansson | 2005-01-17 | 5 | -4/+9 |
* | Fixed up some docs | David Heinemeier Hansson | 2005-01-17 | 1 | -0/+2 |
* | New adventures in dependency reloading | David Heinemeier Hansson | 2005-01-16 | 1 | -1/+1 |
* | New adventures in dependency reloading | David Heinemeier Hansson | 2005-01-16 | 1 | -15/+9 |
* | Went back to original breakpointing as I couldnt make the patches from flgr work | David Heinemeier Hansson | 2005-01-15 | 4 | -70/+656 |
* | Fixed some breakpoint issues and made breakpoint_client depend on activerecor... | David Heinemeier Hansson | 2005-01-15 | 4 | -656/+70 |
* | Removed the Ruby 1.8.2 test/unit fix as it didnt work anyway | David Heinemeier Hansson | 2005-01-15 | 1 | -2/+0 |
* | Flipped code-to-test ratio around to be more readable #468 [Scott Baron] | David Heinemeier Hansson | 2005-01-15 | 2 | -1/+3 |
* | Fixed log file permissions to be 666 instead of 777 (so they're not executabl... | David Heinemeier Hansson | 2005-01-15 | 5 | -5/+7 |
* | Fixed that auto reloading would some times not work or would reload the model... | David Heinemeier Hansson | 2005-01-15 | 2 | -50/+62 |
* | Fixed page caching problems with saving cached file fails for the index actio... | David Heinemeier Hansson | 2005-01-15 | 2 | -6/+34 |
* | Added the option to specify a controller name to "generate scaffold" and made... | David Heinemeier Hansson | 2005-01-13 | 6 | -19/+34 |
* | Added that rake clone_structure_to_test, db_structure_dump, and purge_test_da... | David Heinemeier Hansson | 2005-01-11 | 3 | -14/+17 |
* | Fixed script/console to work with Windows (that requires the use of irb.bat) ... | David Heinemeier Hansson | 2005-01-10 | 2 | -2/+9 |
* | Added inclusion of fix for test/unit and rake problems with Ruby 1.8.2 | David Heinemeier Hansson | 2005-01-10 | 1 | -0/+2 |
* | Added rewrite conditions needed for page caching to work | David Heinemeier Hansson | 2005-01-08 | 1 | -0/+6 |
* | Fixed WEBrick servlet slowdown over time by restricting the load path reloadi... | David Heinemeier Hansson | 2005-01-06 | 2 | -1/+3 |
* | Removed Fancy Indexing as a default option on the WEBrick servlet as it made ... | David Heinemeier Hansson | 2005-01-04 | 2 | -1/+6 |
* | Include package dependency information | David Heinemeier Hansson | 2005-01-04 | 1 | -0/+2 |
* | Upgrade the dependencies of the Rails gem | David Heinemeier Hansson | 2005-01-04 | 1 | -3/+3 |
* | Prepared for release of 0.9.3 | David Heinemeier Hansson | 2005-01-04 | 2 | -9/+9 |
* | Added support for SQLite in the auto-dumping/importing of schemas for develop... | David Heinemeier Hansson | 2005-01-03 | 2 | -0/+8 |
* | Nuke the controllers after the dispatcher reload to avoid the superclass mism... | David Heinemeier Hansson | 2005-01-02 | 1 | -1/+1 |
* | Fixed problems with dependency caching and controller hierarchies on Ruby 1.8... | David Heinemeier Hansson | 2005-01-02 | 3 | -4/+12 |
* | Added automated rewriting of the shebang lines on installs through the gem ra... | David Heinemeier Hansson | 2005-01-01 | 2 | -12/+27 |
* | Fixed that generated action_mailers doesnt need to require the action_mailer ... | David Heinemeier Hansson | 2004-12-31 | 2 | -2/+2 |
* | Updated Rakefiles for the server move | David Heinemeier Hansson | 2004-12-30 | 1 | -2/+2 |
* | Fixed dependency management to happen in a unified fashion for Active Record ... | David Heinemeier Hansson | 2004-12-30 | 1 | -0/+17 |