Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix my previous commit. Don't say it's been removed when it really | Sean Bryant | 2009-04-22 | 1 | -1/+1 |
| | | | | | | | hasn't. Also change the assert reference to be more consistent with the rest of the documentation. | ||||
* | Add a note about assert_valid(record) being deprecated. | Sean Bryant | 2009-04-22 | 1 | -0/+2 |
| | |||||
* | Update ActionMailer guide's '2.3 Complete List of Action Mailer ↵ | hardbap | 2009-04-21 | 1 | -2/+2 |
| | | | | User-Settable Attributes' to show that the attribute 'cc' and 'bcc' can take a string or an Array of strings. | ||||
* | Update ActionMailer guide's 'Sending Multipart Emails with Attachments' ↵ | Barry Hess | 2009-04-20 | 1 | -8/+9 |
| | | | | section to show explicitly which order text/plain and text/html parts must be in as well as the proper way to define the multipart/alternative part. | ||||
* | Formatted some symbols in Active Support Guide | Erica Kwan | 2009-04-19 | 1 | -3/+3 |
| | |||||
* | Added touch to associations guide | Mike Gunderloy | 2009-04-19 | 1 | -0/+24 |
| | |||||
* | Remove named scopes from query guide contents, separate guide is coming | Mike Gunderloy | 2009-04-19 | 1 | -1/+0 |
| | |||||
* | Replaced TimeZone references by ActiveSupport::TimeZone | José Valim | 2009-04-18 | 1 | -21/+21 |
| | |||||
* | fixes email/radio mismatch reported by Marek in LH | Xavier Noria | 2009-04-18 | 1 | -3/+3 |
| | |||||
* | adds a missing word | Xavier Noria | 2009-04-18 | 1 | -1/+1 |
| | |||||
* | Initial Active Support guide | Xavier Noria | 2009-04-18 | 1 | -0/+16 |
| | |||||
* | Updated migration section to mention that SQLite now supports transactional ↵ | Jared Giles | 2009-04-17 | 1 | -1/+1 |
| | | | | migrations | ||||
* | Initial template guide | lifo | 2009-04-17 | 1 | -0/+18 |
| | |||||
* | Merge commit 'mainstream/master' | lifo | 2009-04-17 | 291 | -2418/+5892 |
|\ | | | | | | | | | | | Conflicts: actionpack/lib/action_controller/base.rb railties/guides/source/caching_with_rails.textile | ||||
| * | Added :touch option to belongs_to associations that will touch the parent ↵ | David Heinemeier Hansson | 2009-04-16 | 6 | -29/+110 |
| | | | | | | | | record when the current record is saved or destroyed [DHH] | ||||
| * | Added ActiveRecord::Base#touch to update the updated_at/on attributes with ↵ | David Heinemeier Hansson | 2009-04-16 | 3 | -9/+64 |
| | | | | | | | | the current time [DHH] | ||||
| * | Make more Template methods public to make ActionMailer tests pass | Carl Lerche & Yehuda Katz | 2009-04-16 | 2 | -9/+9 |
| | | |||||
| * | Don't check authenticity tokens for any AJAX requests | Ross Kaffenburger and Bryan Helmkamp | 2009-04-15 | 3 | -6/+10 |
| | | |||||
| * | Makes rails-dev-boost work again | Carl Lerche & Yehuda Katz | 2009-04-14 | 12 | -120/+126 |
| | | |||||
| * | Move middleware stack out of utils folder | Joshua Peek | 2009-04-14 | 1 | -1/+1 |
| | | |||||
| * | Make dispatcher instances immutable | Joshua Peek | 2009-04-14 | 1 | -3/+14 |
| | | |||||
| * | Final blow to CGI | Joshua Peek | 2009-04-14 | 1 | -14/+3 |
| | | |||||
| * | We aren't using UploadedStringIO and UploadedTempfile anymore | Joshua Peek | 2009-04-14 | 1 | -1/+1 |
| | | |||||
| * | Move all Templates methods not used by other class into private to | Carl Lerche & Yehuda Katz | 2009-04-14 | 1 | -87/+88 |
| | | | | | | | | define surface area of the class. | ||||
| * | Move MimeResponds into base folder | Joshua Peek | 2009-04-14 | 2 | -1/+1 |
| | | |||||
| * | Move reloader middleware in ActionDispatch | Joshua Peek | 2009-04-14 | 4 | -6/+6 |
| | | |||||
| * | Session management belongs in base folder | Joshua Peek | 2009-04-14 | 2 | -1/+1 |
| | | |||||
| * | Move middleware stack out of utils folder | Joshua Peek | 2009-04-14 | 2 | -2/+1 |
| | | |||||
| * | Backwords compat alias for ActionController::Request and ↵ | Joshua Peek | 2009-04-14 | 2 | -0/+3 |
| | | | | | | | | ActionController::Response | ||||
| * | Use rack's status code list as a base | Joshua Peek | 2009-04-14 | 1 | -67/+19 |
| | | |||||
| * | Make dispatcher instances immutable | Joshua Peek | 2009-04-14 | 2 | -14/+10 |
| | | |||||
| * | Final blow to CGI | Joshua Peek | 2009-04-14 | 6 | -268/+2 |
| | | |||||
| * | We aren't using UploadedStringIO and UploadedTempfile anymore | Joshua Peek | 2009-04-14 | 4 | -51/+28 |
| | | |||||
| * | Move bundled rack into ActionDispatch | Joshua Peek | 2009-04-14 | 53 | -13/+7 |
| | | |||||
| * | Fix requires so tests run | Jeremy Kemper | 2009-04-14 | 1 | -2/+2 |
| | | |||||
| * | Rails server boots again | Carl Lerche & Yehuda Katz | 2009-04-13 | 2 | -2/+2 |
| | | |||||
| * | Resurrecting 1.9 compatibility. | Carl Lerche & Yehuda Katz | 2009-04-13 | 8 | -10/+15 |
| | | |||||
| * | Bring abstract_controller up to date with rails/master | Carl Lerche & Yehuda Katz | 2009-04-13 | 622 | -41616/+31620 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolved all the conflicts since 2.3.0 -> HEAD. Following is a list of commits that could not be applied cleanly or are obviated with the abstract_controller refactor. They all need to be revisited to ensure that fixes made in 2.3 do not reappear in 3.0: 2259ecf368e6a6715966f69216e3ee86bf1a82a7 AR not available * This will be reimplemented with ActionORM or equivalent 06182ea02e92afad579998aa80144588e8865ac3 implicitly rendering a js response should not use the default layout [#1844 state:resolved] * This will be handled generically 893e9eb99504705419ad6edac14d00e71cef5f12 Improve view rendering performance in development mode and reinstate template recompiling in production [#1909 state:resolved] * We will need to reimplement rails-dev-boost on top of the refactor; the changes here are very implementation specific and cannot be cleanly applied. The following commits are implicated: 199e750d46c04970b5e7684998d09405648ecbd4 3942cb406e1d5db0ac00e03153809cc8dc4cc4db f8ea9f85d4f1e3e6f3b5d895bef6b013aa4b0690 e3b166aab37ddc2fbab030b146eb61713b91bf55 ae9f258e03c9fd5088da12c1c6cd216cc89a01f7 44423126c6f6133a1d9cf1d0832b527e8711d40f 0cb020b4d6d838025859bd60fb8151c8e21b8e84 workaround for picking layouts based on wrong view_paths [#1974 state:resolved] * The specifics of this commit no longer apply. Since it is a two-line commit, we will reimplement this change. 8c5cc66a831aadb159f3daaffa4208064c30af0e make action_controller/layouts pick templates from the current instance's view_paths instead of the class view_paths [#1974 state:resolved] * This does not apply at all. It should be trivial to apply the feature to the reimplemented ActionController::Base. 87e8b162463f13bd50d27398f020769460a770e3 fix HTML fallback for explicit templates [#2052 state:resolved] * There were a number of patches related to this that simply compounded each other. Basically none of them apply cleanly, and the underlying issue needs to be revisited. After discussing the underlying problem with Koz, we will defer these fixes for further discussion. | ||||
| | * | Fix for TestResponse.cookies returning cookies unescaped [#1867 state:resolved] | Doug McInnes | 2009-04-07 | 3 | -1/+16 |
| | | | | | | | | | | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
| | * | added tests for session options being defaulted correctly to rack defaults ↵ | Kenny Ortmann | 2009-04-07 | 3 | -5/+42 |
| | | | | | | | | | | | | | | | | | | [#2403 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
| | * | Improve tests and code for Rails::InfoController and Rails::Info [#2411 ↵ | Manfred Stienstra | 2009-04-07 | 3 | -32/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | state:resolved] - Refactor Rails::InfoController tests. - Return forbidden status from the InfoController for remote requests instead of a 500. - Add tests for displaying middleware in Rails::Info. Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
| | * | Test cleanup | Geoff Buesing | 2009-04-05 | 1 | -3/+3 |
| | | | |||||
| | * | Hash::XML_TYPE_NAMES: no longer a need for a TimeWithZone entry; this class ↵ | Geoff Buesing | 2009-04-05 | 1 | -2/+1 |
| | | | | | | | | | | | | will now match "Time" | ||||
| | * | TimeWithZone.name returns 'Time', to further thwart type checking | Geoff Buesing | 2009-04-05 | 3 | -0/+11 |
| | | | |||||
| | * | Support multiple schemas in table names for postgresql [#390 state:resolved] | Max Lapshin | 2009-04-05 | 2 | -1/+74 |
| | | | | | | | | | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
| | * | Merge docrails | Pratik Naik | 2009-04-05 | 9 | -169/+154 |
| | | | |||||
| | * | Object names with underscore do the wrong lookup in I18n on error_messages_for. | José Valim | 2009-04-05 | 2 | -4/+7 |
| | | | | | | | | | | | | | | | Signed-off-by: Michael Koziarski <michael@koziarski.com> [#2390 state:committed] | ||||
| | * | Ensure SqlBypass use ActiveRecord::Base connection | Luca Guidi | 2009-04-05 | 2 | -18/+29 |
| | | | | | | | | | | | | | | | Signed-off-by: Michael Koziarski <michael@koziarski.com> [#https://rails.lighthouseapp.com/attachments/106066/0001-Ensure-SqlBypass-use-ActiveRecord-Base-connection.patch state:committed] | ||||
| * | | Revert rspec-runner change. TODO: Add back support for the rspec T::U runner. | Carl Lerche & Yehuda Katz | 2009-04-09 | 2 | -310/+306 |
| | | | |||||
| * | | Updated old AC::Base for small changes to AV | Yehuda Katz and Carl Lerche | 2009-04-08 | 6 | -6/+8 |
| | | |