| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. ... | Rick Olson | 2007-11-08 | 10 | -294/+679 |
* | Remove unneeded file that was missed by [8098] | Michael Koziarski | 2007-11-06 | 1 | -0/+0 |
* | Make work with --skip-timestamps | David Heinemeier Hansson | 2007-11-06 | 1 | -0/+4 |
* | Fixed that ActionController::CgiRequest#host_with_port() should handle standa... | David Heinemeier Hansson | 2007-11-06 | 1 | -1/+3 |
* | Update Prototype to 1.6.0 and script.aculo.us to 1.8.0. | Sam Stephenson | 2007-11-06 | 3 | -29/+63 |
* | Added --skip-timestamps to generators that produce models (closes #10036) [tp... | David Heinemeier Hansson | 2007-11-04 | 4 | -4/+12 |
* | Don't eliminate the logger by default | Jeremy Kemper | 2007-11-01 | 1 | -1/+0 |
* | Excise generated whitespace. Closes #10017 [Tim Pope] | Jeremy Kemper | 2007-10-29 | 4 | -21/+3 |
* | Added db:rollback to rollback the schema one version (or multiple as specifie... | David Heinemeier Hansson | 2007-10-26 | 2 | -0/+9 |
* | Remove broken require | Michael Koziarski | 2007-10-26 | 1 | -1/+0 |
* | Introduce TestCase subclasses for testing rails applications allowing tests t... | Michael Koziarski | 2007-10-26 | 4 | -35/+15 |
* | Use instead of STDERR in boot.rb. Closes #9988 [thewoolleyman] | Jeremy Kemper | 2007-10-26 | 1 | -3/+3 |
* | Fix typo in test_helper. Closes #9925 [viktor tron] | Marcel Molina | 2007-10-26 | 2 | -2/+4 |
* | Request profiler | Jeremy Kemper | 2007-10-25 | 4 | -1/+13 |
* | rake test aborts if tests failed. Closes #9962 [Jason Roelofs] | Jeremy Kemper | 2007-10-23 | 1 | -1/+1 |
* | Refactor and test boot.rb. Include tests from and closes #9834. | Jeremy Kemper | 2007-10-23 | 3 | -26/+232 |
* | Merge [7832] from 1-2-stable: Correct RAILS_GEM_VERSION regexp. Use =version ... | Jeremy Kemper | 2007-10-18 | 1 | -8/+11 |
* | Fixed incorrect migration number if script/generate executed outside of Rails... | David Heinemeier Hansson | 2007-10-18 | 2 | -1/+3 |
* | Docfix (cloases #9832) | David Heinemeier Hansson | 2007-10-18 | 1 | -7/+8 |
* | Update Prototype to 1.6.0_rc1 and script.aculo.us to 1.8.0 preview 0. | Sam Stephenson | 2007-10-16 | 5 | -1643/+2648 |
* | Complete AWS -> ARes changeover. Closes #8717 [kampers] | Jeremy Kemper | 2007-10-15 | 2 | -2/+2 |
* | Generated fixtures use the actual primary key instead of id. Closes #4343. | Jeremy Kemper | 2007-10-15 | 2 | -2/+4 |
* | Update gem dependencies to match current versions | Jeremy Kemper | 2007-10-14 | 1 | -4/+4 |
* | Fix environment.rb typos. Closes #9859 [fxn, mikong] | Jeremy Kemper | 2007-10-14 | 1 | -2/+2 |
* | Update versions here too | David Heinemeier Hansson | 2007-10-12 | 1 | -1/+1 |
* | Model generator tests. Closes #8966 [abhay] | Jeremy Kemper | 2007-10-11 | 1 | -0/+109 |
* | Whitespace fix. Closes #9845. | Jeremy Kemper | 2007-10-11 | 1 | -1/+1 |
* | Added better documentation for generator overwrite options (closes #9842) [wi... | David Heinemeier Hansson | 2007-10-11 | 1 | -7/+17 |
* | config.active_record.whiny_protected_attributes. Closes #9816 [henrik] | Jeremy Kemper | 2007-10-08 | 2 | -21/+1 |
* | Include ARes and Railties in rdoc. Freeze ARes gem instead of AWS. | Jeremy Kemper | 2007-10-08 | 2 | -1/+7 |
* | Improve README documentation. References #8770 [mikel] | Michael Koziarski | 2007-10-08 | 1 | -5/+34 |
* | Create layout dir it's nested. References #9272 [alancfrancis] | Jeremy Kemper | 2007-10-08 | 1 | -0/+1 |
* | Use a configuration check so ActiveRecord can be omitted. References #9699. | Jeremy Kemper | 2007-10-07 | 1 | -1/+3 |
* | Raise ProtectedAttributeAssignmentError in development and test environments ... | Jeremy Kemper | 2007-10-07 | 2 | -0/+21 |
* | Axe excess backtracery. | Jeremy Kemper | 2007-10-07 | 1 | -6/+4 |
* | Extend the console +helper+ method to allow you to include custom helpers. Cl... | Michael Koziarski | 2007-10-07 | 2 | -2/+9 |
* | Bump versions for 1.2.4 release. | Jeremy Kemper | 2007-10-05 | 2 | -5/+5 |
* | Remember these for the next release | David Heinemeier Hansson | 2007-10-05 | 1 | -2/+2 |
* | Tidy up framework initialization code to ensure that it doesn't add folders t... | Michael Koziarski | 2007-10-04 | 2 | -10/+64 |
* | db:create works with remote databases whereas db:create:all only createsdatab... | Jeremy Kemper | 2007-10-02 | 2 | -31/+53 |
* | Add --prefix option to script/server when using mongrel. [dacat] Closes #9716 | Michael Koziarski | 2007-10-01 | 2 | -1/+12 |
* | Removed calls to fixtures in generated tests as fixtures :all is now present ... | David Heinemeier Hansson | 2007-10-01 | 5 | -8/+5 |
* | A set secret causes trouble with the cookie store | David Heinemeier Hansson | 2007-10-01 | 1 | -2/+2 |
* | Fixed that installing plugins from SVN repositories that use trunk/ will work... | David Heinemeier Hansson | 2007-09-30 | 2 | -8/+14 |
* | Updated CHANGELOGs. They need to be filtered for duplicates | David Heinemeier Hansson | 2007-09-29 | 1 | -1/+310 |
* | Remind that you need a server restart for initializer defaults | David Heinemeier Hansson | 2007-09-29 | 3 | -1/+5 |
* | Moved the SourceAnnotationExtractor to a separate file in case libraries try ... | Rick Olson | 2007-09-28 | 3 | -62/+65 |
* | Better error messages if you leave out the :secret option for request forgery... | Rick Olson | 2007-09-28 | 2 | -2/+5 |
* | [7668] part deux (forgot to add the railties love to the mix) | Rick Olson | 2007-09-28 | 1 | -0/+3 |
* | Fixed spelling errors (closes #9706) [tarmo/rmm5t] | David Heinemeier Hansson | 2007-09-28 | 3 | -3/+3 |