Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Remove obsolete reader from AC::MethodNotAllowed exception class | Alexey Vakhov | 2012-03-31 | 1 | -2/+0 | |
* | | | | | | | | use tsort_each to avoid intermediary array | Aaron Patterson | 2012-03-30 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #4911 from Floppy/master | Aaron Patterson | 2012-03-30 | 2 | -1/+11 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Change FILENAME_MAX_SIZE in FileStore to 228. | James Smith | 2012-02-06 | 2 | -1/+11 | |
* | | | | | | | | Merge pull request #5673 from avakhov/ac-render-exception | Piotr Sarnacki | 2012-03-30 | 1 | -3/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove AC::RenderError class second declaration | Alexey Vakhov | 2012-03-31 | 1 | -3/+0 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Fix #5667. Preloading should ignore scoping. | Jon Leighton | 2012-03-30 | 2 | -2/+14 | |
* | | | | | | | | Remove the leading \n added by textarea on assert_select | Santiago Pastorino | 2012-03-30 | 3 | -0/+10 | |
* | | | | | | | | clear up duplication between Persistence#destroy and Locking#destroy | Jon Leighton | 2012-03-30 | 2 | -27/+34 | |
* | | | | | | | | fix test | Jon Leighton | 2012-03-30 | 1 | -1/+2 | |
* | | | | | | | | whitespace :scissors: | Jon Leighton | 2012-03-30 | 2 | -5/+4 | |
* | | | | | | | | Merge pull request #5334 from courtland/master | Jon Leighton | 2012-03-30 | 5 | -1/+27 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Tests for removing a HABTM association when optimistic locking is enabled. | Nick Rogers | 2012-03-07 | 4 | -1/+25 | |
| * | | | | | | | | Fix deleting from a HABTM join table upon destroying an object of a model wit... | Nick Rogers | 2012-03-07 | 1 | -0/+2 | |
* | | | | | | | | | Merge pull request #5668 from plashchynski/validate_attribute_name_in_class_a... | José Valim | 2012-03-30 | 4 | -0/+32 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | validate attribute names in class and module attribute accessors | Dmitry Plashchynski | 2012-03-30 | 4 | -0/+32 | |
* | | | | | | | | | | fix typo. thanks @nertzy | Jon Leighton | 2012-03-30 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Update guides to reflect 0a12a5f8169685915cbb7bf4d0a7bb482f7f2fd2 | Jon Leighton | 2012-03-30 | 1 | -20/+10 | |
* | | | | | | | | | remove irrelevant references to ARel | Jon Leighton | 2012-03-30 | 1 | -2/+2 | |
* | | | | | | | | | Add Relation#find_by and Relation#find_by! | Jon Leighton | 2012-03-30 | 6 | -0/+114 | |
* | | | | | | | | | Merge pull request #2945 from Casecommons/nested_attributes_module | Jon Leighton | 2012-03-30 | 3 | -1/+15 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Nested attribute setters can be overridden. | Jonathan Mukai & Peter Jaros | 2012-03-28 | 3 | -1/+15 | |
* | | | | | | | | | | recurse in read_attribute we get caching / don't duplicate code | Jon Leighton | 2012-03-30 | 1 | -3/+2 | |
| |_|_|/ / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #5661 from carlosantoniodasilva/ar-pk-typecast | Aaron Patterson | 2012-03-29 | 3 | -5/+8 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Deprecate Column#type_cast_code | Carlos Antonio da Silva | 2012-03-29 | 2 | -4/+4 | |
| * | | | | | | | | | Properly typecast id attribute when using custom primary key | Carlos Antonio da Silva | 2012-03-29 | 1 | -1/+4 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #5345 from guilleiguaran/ar-slice | Jeremy Kemper | 2012-03-29 | 3 | -0/+23 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | CHANGELOG entry for AR#slice | Guillermo Iguaran | 2012-03-29 | 1 | -0/+5 | |
| * | | | | | | | | | Add ActiveRecord::Base#slice to slice method calls | Guillermo Iguaran | 2012-03-29 | 2 | -0/+18 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #5617 from Empact/paths | Aaron Patterson | 2012-03-29 | 2 | -9/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Define Paths::Root#[]= in terms of #add. | Ben Woosley | 2012-03-29 | 1 | -2/+1 | |
| * | | | | | | | | | Drop Paths::Root initializer check of #path as it isn't checked in the #path=... | Ben Woosley | 2012-03-29 | 2 | -5/+0 | |
| * | | | | | | | | | Drop unnecessary require in Rails::Paths | Ben Woosley | 2012-03-29 | 1 | -2/+0 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #5625 from nertzy/prefix_partial_path_with_controller_name... | José Valim | 2012-03-28 | 7 | -15/+88 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Make controller namespace partial prefix optional | Grant Hutchins | 2012-03-28 | 7 | -11/+84 | |
| * | | | | | | | | | Test that render gets correct exact template name | Grant Hutchins | 2012-03-28 | 1 | -4/+4 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #4904 from ask4prasath/refactor_dirty_module_with_helper | José Valim | 2012-03-28 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Changing active model dirty module helper method to more appropriate method w... | Prasath Venkatraman | 2012-02-06 | 1 | -1/+2 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #5359 from avakhov/missed-commits-from-3-2-stable | Santiago Pastorino | 2012-03-28 | 5 | -3/+30 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | clarification to prevent confusing newbies; Passenger/Unicorn are app servers... | Michael de Silva | 2012-03-28 | 1 | -1/+1 | |
| * | | | | | | | | datetime_select should work with -/+ infinity dates | Joe Van Dyk | 2012-03-28 | 2 | -1/+13 | |
| * | | | | | | | | Add a test case for layout nil. | José Valim | 2012-03-28 | 2 | -1/+16 | |
* | | | | | | | | | Merge pull request #4843 from seamusabshere/patch-1 | Xavier Noria | 2012-03-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | thanks to @jurriaan | Seamus Abshere | 2012-02-14 | 1 | -1/+1 | |
| * | | | | | | | | Possibly clearer way of getting rid of ` and " | Seamus Abshere | 2012-02-01 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #5643 from rafaelfranca/remove-duplication | Santiago Pastorino | 2012-03-28 | 3 | -44/+39 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Remove code duplication in InclusionValidator and ExclusionValidator. | Rafael Mendonça França | 2012-03-28 | 3 | -44/+39 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* / | | | | | | | | Set proper rendered_format when doing render :inline | Santiago Pastorino | 2012-03-28 | 2 | -2/+3 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Allow ActiveModel::Name to duck type | Piotr Sarnacki | 2012-03-28 | 1 | -4/+4 | |
* | | | | | | | | Cover one more case in auth_token and remote forms | Piotr Sarnacki | 2012-03-28 | 2 | -1/+8 |