| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix documentation typo introduced in [8250]. Closes #10339 [Henrik N] | Marcel Molina | 2007-12-02 | 2 | -1/+3 |
* | Don't escape forward slashes with String#to_json, our unicode encoding of < a... | Michael Koziarski | 2007-12-02 | 4 | -18/+17 |
* | Handle 8.1 default formatting. Closes #10333 [Tim Pope] | Jeremy Kemper | 2007-12-02 | 1 | -0/+3 |
* | Deal with nested fields_for too [DHH] | David Heinemeier Hansson | 2007-12-02 | 2 | -2/+36 |
* | Added the same record identification guessing rules to fields_for as form_for... | David Heinemeier Hansson | 2007-12-02 | 3 | -4/+47 |
* | Fix potential extra space in Array#to_sentence. Closes #10327 [kamal] | Michael Koziarski | 2007-12-02 | 2 | -6/+13 |
* | Warn users about the race condition in validates_uniqueness_of. [Koz] | Michael Koziarski | 2007-12-01 | 1 | -0/+4 |
* | Don't inadvertently hit const_missing in defined?(ActionMailer::Base) check | Jeremy Kemper | 2007-12-01 | 1 | -1/+1 |
* | Added db:fixtures:identity as a way of locating what ID a foxy fixture was as... | David Heinemeier Hansson | 2007-12-01 | 2 | -0/+24 |
* | Generated fixtures should not specify ids since theyre expected to be foxy fi... | David Heinemeier Hansson | 2007-12-01 | 2 | -9/+14 |
* | Remove @ as an ATOM character, syncing with upstream tmail. [mikel] Closes #... | Michael Koziarski | 2007-12-01 | 1 | -1/+1 |
* | Fixed that verification violations with no specified action didn't halt the c... | David Heinemeier Hansson | 2007-11-30 | 3 | -6/+31 |
* | You dont need to explicitly declare which controller youre testing when you f... | David Heinemeier Hansson | 2007-11-30 | 3 | -6/+0 |
* | use autoeval not autoirb, it's mostly equivalent but doesn't make stepping fr... | Michael Koziarski | 2007-11-30 | 1 | -1/+1 |
* | Removed documentation for the removed rollback! method on transactions and me... | Tobias Lütke | 2007-11-29 | 1 | -12/+2 |
* | Allow body to be specified for nested parts with action mailer. Closes #102... | Michael Koziarski | 2007-11-29 | 2 | -5/+25 |
* | Make sure assert_select_rjs gets counted, Closes #10278 [tarmo] | Michael Koziarski | 2007-11-29 | 1 | -1/+2 |
* | Make reset return nil when using a dangling belongs_to association. Current ... | Michael Koziarski | 2007-11-29 | 2 | -1/+18 |
* | Raise UnknownHttpMethod exception for unknown HTTP methods. Closes #10303 [ta... | Rick Olson | 2007-11-29 | 4 | -14/+42 |
* | Update to Prototype -r8232 | Sam Stephenson | 2007-11-29 | 4 | -142/+178 |
* | Prep for RC2 | David Heinemeier Hansson | 2007-11-29 | 18 | -21/+25 |
* | attr_protected and _accessible use sets of strings instead of arrays of symbo... | Jeremy Kemper | 2007-11-28 | 2 | -8/+16 |
* | attr_readonly uses a set of strings instead of an array of symbols internally... | Jeremy Kemper | 2007-11-28 | 3 | -4/+4 |
* | Introduce SecretKeyGenerator for more secure session secrets than CGI::Sessio... | Jeremy Kemper | 2007-11-28 | 4 | -1/+202 |
* | correct confusing comments | Michael Koziarski | 2007-11-28 | 1 | -1/+1 |
* | Make sure the optimisation code for routes doesn't get used if :host, :anchor... | Michael Koziarski | 2007-11-28 | 3 | -6/+48 |
* | Added protection from trailing slashes on page caching (closes #10229) [devri... | David Heinemeier Hansson | 2007-11-28 | 3 | -1/+17 |
* | Added Array#from and Array#to that behaves just from String#from and String#t... | David Heinemeier Hansson | 2007-11-27 | 4 | -0/+46 |
* | Asset timestamps are appended, not prepended. Closes #10276 [mnaberez] | Marcel Molina | 2007-11-27 | 2 | -2/+4 |
* | Foxy fixtures: support single-table inheritance. Closes #10234. | Jeremy Kemper | 2007-11-26 | 6 | -2/+37 |
* | Foxy fixtures: allow mixed usage to make migration easier and more attractive... | Jeremy Kemper | 2007-11-26 | 11 | -22/+84 |
* | Make the record_timestamps class-inheritable so it can be set per model. Refe... | Jeremy Kemper | 2007-11-26 | 2 | -1/+3 |
* | Fixed to_s bug with namespace routes (closes #10283) [johnb] | David Heinemeier Hansson | 2007-11-26 | 2 | -1/+21 |
* | Minor inconsistency in description of render example. Closes #10029 [ScottSch... | Marcel Molina | 2007-11-26 | 2 | -2/+4 |
* | Add #prepend_view_path and #append_view_path instance methods on ActionContro... | Rick Olson | 2007-11-26 | 4 | -6/+71 |
* | Refactor sanitizer helpers into HTML classes and make it easy to swap them ou... | Rick Olson | 2007-11-26 | 6 | -342/+475 |
* | Update ActionMailer so it treats ActionView the same way that ActionControlle... | Rick Olson | 2007-11-26 | 5 | -7/+48 |
* | Add deprecation for old subtemplate syntax for ActionMailer templates, use re... | Rick Olson | 2007-11-26 | 2 | -0/+15 |
* | Fix TemplateError so it doesn't bomb on exceptions while running tests [rick] | Rick Olson | 2007-11-26 | 2 | -3/+5 |
* | Add documentation about asset timestamps (just for koz) | David Heinemeier Hansson | 2007-11-25 | 1 | -0/+21 |
* | Allow validates_acceptance_of to use a real attribute instead of only virtual... | David Heinemeier Hansson | 2007-11-25 | 3 | -3/+14 |
* | Docfix (closes #10252) | David Heinemeier Hansson | 2007-11-25 | 1 | -1/+1 |
* | Fixed that named routes living under resources shouldn't have double slashes ... | David Heinemeier Hansson | 2007-11-25 | 3 | -1/+17 |
* | Fixed that create table with :id => false and fixtures don't play nice togeth... | David Heinemeier Hansson | 2007-11-25 | 5 | -3/+28 |
* | No trailing whitespace in migration generation (closes #10235) | David Heinemeier Hansson | 2007-11-25 | 1 | -2/+2 |
* | Docfix (closes #10256) | David Heinemeier Hansson | 2007-11-25 | 1 | -2/+2 |
* | Fix that empty collections should be treated as empty arrays regardless of wh... | David Heinemeier Hansson | 2007-11-25 | 3 | -13/+26 |
* | Dont mind the pkg dir | David Heinemeier Hansson | 2007-11-25 | 0 | -0/+0 |
* | Improve error messages when providing a secret that is too short. Closes #10... | Michael Koziarski | 2007-11-24 | 1 | -4/+5 |
* | Honor Ruby's default calendar reform setting when creating DateTime objects v... | Geoff Buesing | 2007-11-24 | 11 | -8/+24 |