| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure script/plugin doesn't skip files beginning with http (i.e. the old ... | Michael Koziarski | 2007-11-21 | 1 | -1/+1 |
* | Fix typo in generator usage blurb. Closes #10217 [Mike Naberezny] | Jeremy Kemper | 2007-11-20 | 1 | -1/+1 |
* | Table names aren't nested: replace / with _ to match the likely table name. | Jeremy Kemper | 2007-11-16 | 1 | -0/+1 |
* | Resource and scaffold generators pass on the full name to the dependent model... | Jeremy Kemper | 2007-11-16 | 2 | -2/+2 |
* | Use the new TestCase subclasses in the scaffold and resource generators also.... | Jeremy Kemper | 2007-11-16 | 2 | -22/+6 |
* | Remove stale warning from application generator usage message. Closes #10165 ... | Jeremy Kemper | 2007-11-14 | 1 | -7/+0 |
* | FastCGI handler ignores unsupported signals like USR2 on Windows [Grzegorz De... | Jeremy Kemper | 2007-11-13 | 1 | -1/+6 |
* | Only load ActionMailer::TestCase if ActionMailer is loaded. Closes #10137 [d... | Rick Olson | 2007-11-11 | 1 | -1/+1 |
* | Fixed that db:reset would use migrations instead of loading db/schema.rb [DHH] | David Heinemeier Hansson | 2007-11-09 | 1 | -2/+2 |
* | Prepare versions for RC1 | David Heinemeier Hansson | 2007-11-09 | 1 | -2/+2 |
* | Ensure the plugin loader only loads plugins once. Closes #10102 [haruki_zaemon] | Rick Olson | 2007-11-08 | 1 | -0/+1 |
* | Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. ... | Rick Olson | 2007-11-08 | 4 | -165/+268 |
* | 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 |
* | 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 | 2 | -19/+1 |
* | Added db:rollback to rollback the schema one version (or multiple as specifie... | David Heinemeier Hansson | 2007-10-26 | 1 | -0/+7 |
* | 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 |
* | Request profiler | Jeremy Kemper | 2007-10-25 | 2 | -1/+8 |
* | rake test aborts if tests failed. Closes #9962 [Jason Roelofs] | Jeremy Kemper | 2007-10-23 | 1 | -1/+1 |
* | Fixed incorrect migration number if script/generate executed outside of Rails... | David Heinemeier Hansson | 2007-10-18 | 1 | -1/+1 |
* | Docfix (cloases #9832) | David Heinemeier Hansson | 2007-10-18 | 1 | -7/+8 |
* | Generated fixtures use the actual primary key instead of id. Closes #4343. | Jeremy Kemper | 2007-10-15 | 1 | -2/+2 |
* | Update versions here too | David Heinemeier Hansson | 2007-10-12 | 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 | 1 | -20/+0 |
* | Include ARes and Railties in rdoc. Freeze ARes gem instead of AWS. | Jeremy Kemper | 2007-10-08 | 2 | -1/+7 |
* | 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 | 1 | -0/+18 |
* | 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 | 1 | -2/+5 |
* | Bump versions for 1.2.4 release. | Jeremy Kemper | 2007-10-05 | 1 | -1/+1 |
* | Tidy up framework initialization code to ensure that it doesn't add folders t... | Michael Koziarski | 2007-10-04 | 1 | -10/+11 |
* | db:create works with remote databases whereas db:create:all only createsdatab... | Jeremy Kemper | 2007-10-02 | 1 | -31/+50 |
* | Add --prefix option to script/server when using mongrel. [dacat] Closes #9716 | Michael Koziarski | 2007-10-01 | 1 | -1/+11 |
* | Removed calls to fixtures in generated tests as fixtures :all is now present ... | David Heinemeier Hansson | 2007-10-01 | 4 | -8/+0 |
* | Fixed that installing plugins from SVN repositories that use trunk/ will work... | David Heinemeier Hansson | 2007-09-30 | 1 | -8/+12 |
* | Moved the SourceAnnotationExtractor to a separate file in case libraries try ... | Rick Olson | 2007-09-28 | 2 | -62/+63 |
* | Better error messages if you leave out the :secret option for request forgery... | Rick Olson | 2007-09-28 | 1 | -1/+1 |
* | Fixed spelling errors (closes #9706) [tarmo/rmm5t] | David Heinemeier Hansson | 2007-09-28 | 3 | -3/+3 |
* | Move Railties' Dispatcher to ActionController::Dispatcher, introduce before_ ... | Jeremy Kemper | 2007-09-26 | 2 | -162/+6 |
* | Fix webrick when using the debugger (closes #9348) [bronson] | David Heinemeier Hansson | 2007-09-25 | 1 | -0/+1 |
* | Fix test (closes #9120) [hasmanyjosh] | David Heinemeier Hansson | 2007-09-25 | 1 | -1/+1 |
* | Use the correct generator name in the docs (closes #9111) [ceefour] | David Heinemeier Hansson | 2007-09-25 | 1 | -1/+1 |
* | Doof. Don't call it with false if it doesn't respond. | Jeremy Kemper | 2007-09-25 | 1 | -1/+1 |
* | Skip test runner workaround only if Test::Unit is loaded. Closes #9671 [tomafro] | Jeremy Kemper | 2007-09-25 | 1 | -1/+1 |
* | Added ActiveSupport::BufferedLogger as a duck-typing alternative (albeit with... | David Heinemeier Hansson | 2007-09-25 | 2 | -8/+14 |