| Commit message (Expand) | Author | Age | Files | Lines |
* | Use ActionView::OutputBuffer#safe_append= from templates | Aman Gupta | 2013-03-04 | 2 | -3/+9 |
* | Merge pull request #9554 from tmm1/string-gsub-hash | José Valim | 2013-03-04 | 1 | -2/+2 |
|\ |
|
| * | Call String#gsub with Hash directly | Aman Gupta | 2013-03-04 | 1 | -2/+2 |
|/ |
|
* | adds guides/.document to tell rdoc not to process this directory | Xavier Noria | 2013-03-04 | 1 | -0/+0 |
* | Merge pull request #9467 from senny/9459_include_json_root_out_of_sync | Rafael Mendonça França | 2013-03-04 | 3 | -34/+60 |
|\ |
|
| * | `ActiveRecord::Base.include_root_in_json` is `false` by default. | Yves Senn | 2013-03-04 | 2 | -1/+5 |
| * | rewrite tests to have no side-effects on `include_root_in_json`. | Yves Senn | 2013-03-04 | 1 | -33/+55 |
|/ |
|
* | only calculate next_id when we need a new method defined | Aaron Patterson | 2013-03-04 | 1 | -1/+2 |
* | Merge pull request #9541 from maximerety/fix_7774 | José Valim | 2013-03-04 | 2 | -1/+6 |
|\ |
|
| * | Fix formats on xhr requests when HTTP_ACCEPT is empty string | maximerety | 2013-03-04 | 2 | -1/+6 |
* | | Merge pull request #9540 from dimko/patch-1 | Xavier Noria | 2013-03-04 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | Fixed typo in active record's changelog | Dimko | 2013-03-04 | 1 | -3/+3 |
|/ |
|
* | Remove .all usage from unscope doc examples [ci skip] | Carlos Antonio da Silva | 2013-03-04 | 1 | -4/+4 |
* | Use 1.9 hash style in changelog and doc examples [ci skip] | Carlos Antonio da Silva | 2013-03-04 | 2 | -6/+6 |
* | Merge pull request #9537 from NARKOZ/patch-6 | Steve Klabnik | 2013-03-04 | 2 | -4/+6 |
|\ |
|
| * | add prompt to 422 page to check logs | Nihad Abbasov | 2013-03-04 | 2 | -4/+6 |
|/ |
|
* | Merge pull request #9200 from wangjohn/unscoping_activerecord_merging | Jeremy Kemper | 2013-03-03 | 4 | -0/+275 |
|\ |
|
| * | Created an unscope method for removing relations from a chain of | wangjohn | 2013-03-03 | 4 | -0/+275 |
* | | Merge pull request #9532 from neerajdotname/fix-sql-in-example | Carlos Antonio da Silva | 2013-03-03 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | fix the sql that is generated from scoping | Neeraj Singh | 2013-03-03 | 1 | -1/+2 |
* | | Bring config.allow_concurrency back | José Valim | 2013-03-03 | 3 | -19/+48 |
* | | Use custom visitor class for optimized url helpers | Andrew White | 2013-03-03 | 4 | -9/+19 |
* | | Merge pull request #9465 from senny/document_strong_params_in_ac_guide | Xavier Noria | 2013-03-03 | 1 | -0/+118 |
|\ \ |
|
| * | | integrate the strong params README into the AC guide. | Yves Senn | 2013-03-03 | 1 | -0/+118 |
|/ / |
|
* | | Merge pull request #9512 from Jacke/master | Guillermo Iguaran | 2013-03-02 | 8 | -67/+254 |
|\ \ |
|
| * | | New beauty pages(404, 422, 500) | Stanislav | 2013-03-02 | 8 | -67/+254 |
* | | | Remove hard coded references to Active Record in railties | José Valim | 2013-03-02 | 5 | -23/+11 |
* | | | Merge pull request #9431 from troyk/patch-2 | Andrew White | 2013-03-02 | 3 | -4/+8 |
|\ \ \ |
|
| * | | | Fix PostgreSQL TIMESTAMP WITH TIME ZONE to return ActiveSupport::Time | Troy Kruthoff | 2013-03-01 | 3 | -4/+8 |
| |/ / |
|
* | | | :scissors: extra blank line | Akira Matsuda | 2013-03-02 | 1 | -1/+0 |
* | | | Merge pull request #9510 from senny/7364_warn_when_appending_prepending_to_an... | Rafael Mendonça França | 2013-03-01 | 3 | -9/+32 |
|\ \ \ |
|
| * | | | deal with `#append` and `#prepend` on association collections. | Yves Senn | 2013-03-01 | 3 | -5/+28 |
| * | | | don't use non-ascii ' chars in documentation | Yves Senn | 2013-03-01 | 1 | -4/+4 |
| |/ / |
|
* / / | Restore note about nested SCRIPT_NAME handling. | Jeremy Kemper | 2013-03-01 | 1 | -0/+2 |
|/ / |
|
* | | Merge pull request #8652 from codeodor/create_table_migration | Carlos Antonio da Silva | 2013-03-01 | 6 | -7/+57 |
|\ \ |
|
| * | | Support creating a table migration generator | Sammy Larbi | 2013-03-01 | 6 | -7/+57 |
|/ / |
|
* | | Wordsmithing @trevorturk's upgrade notes | Jeremy Kemper | 2013-02-28 | 1 | -7/+4 |
* | | Merge pull request #9495 from trevorturk/upgrade-guide | Jeremy Kemper | 2013-02-28 | 1 | -1/+69 |
|\ \ |
|
| * | | Document introduction of ActionDispatch::ParamsParser::ParseError | Trevor Turk | 2013-02-28 | 1 | -0/+2 |
| * | | Document that scopes require a callable object | Trevor Turk | 2013-02-28 | 1 | -1/+9 |
| * | | Document common deprecations | Trevor Turk | 2013-02-28 | 1 | -0/+11 |
| * | | Document the deprecation of ActionView::RecordIdentifier | Trevor Turk | 2013-02-28 | 1 | -0/+2 |
| * | | Document ActiveRecord::Fixtures becoming ActiveRecord::FixtureSet | Trevor Turk | 2013-02-28 | 1 | -0/+2 |
| * | | Document change in routes using match | Trevor Turk | 2013-02-28 | 1 | -0/+13 |
| * | | Document removal of assets:precompile:primary | Trevor Turk | 2013-02-28 | 1 | -0/+4 |
| * | | Document sass-rails asset_url deprecation | Trevor Turk | 2013-02-28 | 1 | -0/+4 |
| * | | Document caveat from 5b3bb61 which fixed handling SCRIPT_NAME from within mou... | Trevor Turk | 2013-02-28 | 1 | -0/+3 |
| * | | Document rails-observers extraction | Trevor Turk | 2013-02-28 | 1 | -0/+4 |
| * | | Document the switch from memcache-client to dalli | Trevor Turk | 2013-02-28 | 1 | -0/+2 |
| * | | Improve docs for UpgradeSignatureToEncryptionCookieStore | Trevor Turk | 2013-02-28 | 1 | -1/+10 |