| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Move Railties' Dispatcher to ActionController::Dispatcher, introduce before_ ... | Jeremy Kemper | 2007-09-26 | 6 | -284/+15 |
* | 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 | 3 | -8/+16 |
* | Include the new 422 in the app generation | David Heinemeier Hansson | 2007-09-24 | 1 | -1/+1 |
* | Change from InvalidToken to InvalidAuthenticityToken to be more specific | David Heinemeier Hansson | 2007-09-24 | 1 | -1/+1 |
* | Give a pointer on where to look for more | David Heinemeier Hansson | 2007-09-24 | 1 | -2/+2 |
* | Added a default 422.html page to be rendered when ActiveRecord::RecordInvalid... | David Heinemeier Hansson | 2007-09-24 | 4 | -2/+34 |
* | protect new rails apps from csrf by default. | Rick Olson | 2007-09-24 | 1 | -0/+1 |
* | Fix docs (closes #9570) [anshkakashi] | David Heinemeier Hansson | 2007-09-23 | 1 | -1/+1 |
* | Follow our own conventions (closes #6506) [packagethief] | David Heinemeier Hansson | 2007-09-23 | 1 | -1/+1 |
* | Added --skip-fixture option to script/generate model (closes #6862) [sandofsky] | David Heinemeier Hansson | 2007-09-23 | 2 | -2/+9 |
* | Revert [7574]. Closes #7521. | Jeremy Kemper | 2007-09-23 | 2 | -7/+0 |
* | RailsFCGIHandler tests. Closes #9630. | Jeremy Kemper | 2007-09-23 | 7 | -243/+224 |
* | Dispatcher tests. References #9630. | Jeremy Kemper | 2007-09-23 | 3 | -76/+48 |
* | Skip svnindex.xsl files when installing plugins (closes #7070) [davidjrice] | David Heinemeier Hansson | 2007-09-22 | 1 | -0/+1 |
* | Print Rails version when starting console (closes #7440) [eyematz] | David Heinemeier Hansson | 2007-09-22 | 2 | -3/+5 |
* | Fix CSS error in scaffold (closes #7450) [kampers] | David Heinemeier Hansson | 2007-09-22 | 1 | -1/+1 |
* | Added rake db:version to get the current schema version from the command line... | David Heinemeier Hansson | 2007-09-22 | 2 | -0/+7 |
* | Fixed the placement of fixture files for nested models when generating throug... | David Heinemeier Hansson | 2007-09-22 | 2 | -1/+3 |
* | Added TEMPLATE option to rake doc:app to set a custom output template (closes... | David Heinemeier Hansson | 2007-09-22 | 2 | -1/+4 |
* | Added VERBOSE option to rake db:migrate to turn off output #8204 [jbarnette] | David Heinemeier Hansson | 2007-09-22 | 2 | -1/+4 |
* | Doc fixes (closes #8608) [deepblue] | David Heinemeier Hansson | 2007-09-22 | 1 | -12/+6 |
* | Fixed that rake doc:app should use UTF-8 (closes #8906) [farzy] | David Heinemeier Hansson | 2007-09-22 | 2 | -1/+4 |