| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | Fix a bunch of typos, reword some things for clarity. | Jonathan Roes | 2012-09-07 | 1 | -43/+36 |
| * | | | | | | | Fix a typo | 1334 | 2012-09-07 | 1 | -2/+2 |
| * | | | | | | | default scope should return an ActiveRecord::Relation [ci skip] | José Corcuera | 2012-09-07 | 1 | -1/+1 |
| * | | | | | | | How to use default_scope as a class method | José Corcuera | 2012-09-07 | 1 | -0/+10 |
| * | | | | | | | Added forgotten :message option to ActiveModel validates documentation | Anatoly Makarevich | 2012-09-07 | 1 | -3/+3 |
| * | | | | | | | Merge pull request #112 from cnaize/master | cnaize | 2012-09-07 | 1 | -1/+4 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | extended example | cnaize | 2012-09-07 | 1 | -1/+4 |
| |/ / / / / / / |
|
| * | | | | | | | Added information about dynamic delivery options to action mailer guides | Aditya Sanghi | 2012-09-07 | 1 | -0/+18 |
| * | | | | | | | Dynamic Delivery Method Options | Aditya Sanghi | 2012-09-07 | 1 | -0/+14 |
| * | | | | | | | Redirect block with arity of 1 is deprecated. | Semyon Perepelitsa | 2012-09-06 | 1 | -2/+2 |
| * | | | | | | | Fixed non-working around callback example | Aaron Renner | 2012-09-06 | 1 | -1/+1 |
| * | | | | | | | Doc: sweepers only work on Active Record Models | schneems | 2012-09-05 | 2 | -2/+4 |
| * | | | | | | | Fix a typo | Andreas Loupasakis | 2012-09-06 | 1 | -1/+1 |
| * | | | | | | | Fixed array wrongly translated in footnote in a guide [ci skip] | Aldo "xoen" Giambelluca | 2012-09-05 | 1 | -1/+1 |
| * | | | | | | | Add giant belongs_to 'please don't pluralize me' note | Ryan Bigg | 2012-09-05 | 1 | -0/+2 |
| * | | | | | | | update caching guide: stale? can also figure out last_modified on its own | Konstantin Haase | 2012-09-04 | 1 | -1/+12 |
| * | | | | | | | Update caching guide: memcache-client was replaced with dalli | Guillermo Iguaran | 2012-09-03 | 1 | -1/+1 |
| * | | | | | | | Add section about tagged logging | Gaurish Sharma | 2012-09-03 | 1 | -0/+16 |
| * | | | | | | | Fix indenentation in comment to stop the end of comment from appearing in a <... | Anuj Dutta | 2012-09-03 | 1 | -1/+1 |
| * | | | | | | | Fixed validation issue and titles in Migrations guide [ci skip] | Aldo "xoen" Giambelluca | 2012-09-02 | 1 | -6/+6 |
| * | | | | | | | Fixed validation issue related to taken ID in Layout and Rendering guide [ci ... | Aldo "xoen" Giambelluca | 2012-09-02 | 1 | -1/+1 |
| * | | | | | | | Fixed validation issues in the "Configuring Rails Applications" guide [ci skip] | Aldo "xoen" Giambelluca | 2012-09-02 | 1 | -1/+1 |
| * | | | | | | | Fixed validation issues related to taken IDs in AR Querying guide [ci skip] | Aldo "xoen" Giambelluca | 2012-09-02 | 1 | -4/+4 |
| * | | | | | | | Underscore in _attr_readonly method name is back (Upgrading RoR guide) [ci skip] | Aldo "xoen" Giambelluca | 2012-09-02 | 1 | -1/+1 |
| * | | | | | | | Fixed validation issue in Upgrading Ruby on Rails guide [ci skip] | Aldo "xoen" Giambelluca | 2012-09-02 | 1 | -1/+1 |
* | | | | | | | | Merge pull request #7580 from spohlenz/mounted-url-helper-ivars | José Valim | 2012-09-09 | 2 | -1/+12 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Use internal instance variable naming scheme for mounted URL helper proxies | Sam Pohlenz | 2012-09-09 | 2 | -1/+12 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #7571 from arunagw/warning_removed_shadowing | Rafael Mendonça França | 2012-09-09 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | removed warning: shadowing outer local variable | Arun Agrawal | 2012-09-09 | 1 | -1/+1 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #7548 from ernie/missing-attributes-query-fix | Carlos Antonio da Silva | 2012-09-08 | 3 | -1/+8 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Raise MissingAttributeError on query methods | Ernie Miller | 2012-09-08 | 3 | -1/+8 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #7577 from frodsan/fix_ap_response | Rafael Mendonça França | 2012-09-08 | 1 | -25/+32 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | set default_headers to nil after use it to avoid order dependent tests | Francesco Rodriguez | 2012-09-08 | 1 | -25/+32 |
* | | | | | | | | Merge pull request #7576 from prijutme4ty/fix_require_necessary_for_generatin... | Rafael Mendonça França | 2012-09-08 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Fixed missing require | Ilya Vorontsov | 2012-09-08 | 1 | -0/+1 |
|/ / / / / / / / |
|
* | | | | | | | | Merge pull request #7574 from frodsan/chlog_ar | Rafael Mendonça França | 2012-09-08 | 1 | -8/+9 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | improve AR CHANGELOG [ci skip] | Francesco Rodriguez | 2012-09-08 | 1 | -8/+9 |
|/ / / / / / / |
|
* | | | | | | | Tidy up excerpt separator logic a bit | Carlos Antonio da Silva | 2012-09-08 | 1 | -17/+11 |
* | | | | | | | Improve latest AR and AP changelog entries | Carlos Antonio da Silva | 2012-09-08 | 2 | -2/+10 |
* | | | | | | | Refactor some date helpers to use merge! | Carlos Antonio da Silva | 2012-09-08 | 1 | -5/+9 |
* | | | | | | | Refactor nested attributes limit logic to lookup :limit option only once | Carlos Antonio da Silva | 2012-09-08 | 1 | -11/+12 |
* | | | | | | | Merge pull request #7189 from GCorbel/excerpt_with_separation | Carlos Antonio da Silva | 2012-09-08 | 3 | -11/+64 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Add a separation option for the excerpt function | Guirec Corbel | 2012-09-08 | 3 | -11/+64 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #7566 from etehtsea/schema-new-hash | Carlos Antonio da Silva | 2012-09-08 | 5 | -61/+63 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Dump schema using new style hash | Konstantin Shabanov | 2012-09-08 | 5 | -61/+63 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #7568 from alup/master | Carlos Antonio da Silva | 2012-09-08 | 2 | -0/+29 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | Add integration tests for reset_session in cookie store | Andreas Loupasakis | 2012-09-08 | 1 | -0/+20 |
| * | | | | | | Add test for clear in ActionDispatch::Request::Session | Andreas Loupasakis | 2012-09-08 | 1 | -0/+9 |
|/ / / / / / |
|
* | | | | | | Add changelog entry for #7545: map interval with precision to string | Carlos Antonio da Silva | 2012-09-07 | 1 | -0/+2 |
* | | | | | | Merge pull request #7545 from senny/7518_postgres_type_detection | Aaron Patterson | 2012-09-07 | 3 | -3/+6 |
|\ \ \ \ \ \ |
|