| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | change log4r link to most recent, updated location | Mike Munroe | 2013-02-28 | 1 | -1/+1 |
* | | | | assigning '0.0' to a nullable numeric column does not make it dirty | Yves Senn | 2013-03-05 | 3 | -1/+32 |
* | | | | `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 |
* | | | | 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 #9200 from wangjohn/unscoping_activerecord_merging | Jeremy Kemper | 2013-03-03 | 3 | -0/+254 |
|\ \ \ \ |
|
| * | | | | Created an unscope method for removing relations from a chain of | wangjohn | 2013-03-03 | 3 | -0/+254 |
| | |/ /
| |/| | |
|
* | | | | 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 |
* | | | | Remove hard coded references to Active Record in railties | José Valim | 2013-03-02 | 3 | -4/+4 |
* | | | | 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 |
* | | | | | 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 |
|/ / / / |
|
* | | | | Support creating a table migration generator | Sammy Larbi | 2013-03-01 | 4 | -4/+22 |
* | | | | Improve the CHANGELOG entry | Rafael Mendonça França | 2013-02-28 | 1 | -2/+3 |
* | | | | Wrong exception is occured when raising no translatable exception | kennyj | 2013-03-01 | 3 | -0/+13 |
* | | | | Support PostgreSQL specific column types when using `change_table`. | Yves Senn | 2013-02-28 | 5 | -6/+64 |
* | | | | update docs, change_table does not use TableDefinition. | Yves Senn | 2013-02-28 | 1 | -3/+3 |
* | | | | Revert "Merge pull request #9207 from dylanahsmith/mysql-quote-numeric" | Steve Klabnik | 2013-02-27 | 8 | -50/+18 |
|/ / / |
|
* | | | Merge pull request #9218 from Fivell/master | Carlos Antonio da Silva | 2013-02-27 | 2 | -1/+10 |
|\ \ \ |
|
| * | | | fix db_runtime attribute value after raising ActionView::MissingTemplate exc... | Igor | 2013-02-27 | 2 | -1/+10 |
* | | | | Fix default output for postgres network address types | Erik Peterson | 2013-02-26 | 3 | -9/+20 |
* | | | | Fix touching an invalid parent record for belongs_to | Olek Janiszewski | 2013-02-26 | 3 | -2/+19 |
* | | | | Update CHANGELOGS | Rafael Mendonça França | 2013-02-26 | 1 | -5/+12 |
| |/ /
|/| | |
|
* | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-02-26 | 3 | -3/+3 |
|\ \ \ |
|
| * | | | Typo fix | Carson McDonald | 2013-02-25 | 1 | -1/+1 |
| * | | | BELONGS TO ASSOCIATION | Typo fix | libin | 2013-02-25 | 1 | -1/+1 |
| * | | | Corrected link anchor and added colons for continuity | Doug Yun | 2013-02-19 | 1 | -1/+1 |
* | | | | Merge pull request #9414 from senny/9275_order_with_symbol_and_join | Rafael Mendonça França | 2013-02-26 | 4 | -2/+34 |
|\ \ \ \ |
|
| * | | | | Expand order(:symbol) to "table".symbol to prevent broken queries on PG. | Yves Senn | 2013-02-25 | 4 | -3/+35 |
* | | | | | No need to send public methods | Akira Matsuda | 2013-02-26 | 3 | -3/+3 |
| |_|_|/
|/| | | |
|
* | | | | Are was release | Rafael Mendonça França | 2013-02-25 | 1 | -1/+1 |
* | | | | removes redundant require | Xavier Noria | 2013-02-25 | 1 | -2/+0 |
* | | | | typo | Xavier Noria | 2013-02-25 | 1 | -1/+1 |
* | | | | AR loads activerecord-deprecated_finders, no need to add it to the Gemfile | Xavier Noria | 2013-02-25 | 2 | -6/+7 |
* | | | | New CHANGELOG entries always on top [ci skip] | Rafael Mendonça França | 2013-02-25 | 1 | -4/+4 |
* | | | | Do not override attributes on `dup` by default scopes | Hiroshige Umino | 2013-02-26 | 3 | -1/+13 |
* | | | | Preparing for 4.0.0.beta1 release | David Heinemeier Hansson | 2013-02-25 | 2 | -2/+2 |
* | | | | :scissors: | Rafael Mendonça França | 2013-02-25 | 1 | -1/+1 |
* | | | | some minor AR changelog modifications [ci skip] | Yves Senn | 2013-02-25 | 1 | -3/+7 |
* | | | | Merge pull request #9409 from wangjohn/adding_documentation_to_touch | Carlos Antonio da Silva | 2013-02-25 | 1 | -0/+7 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Added documentation about how touch now throws an error when one tries | wangjohn | 2013-02-25 | 1 | -0/+7 |
* | | | | Merge pull request #9246 from Noemj/update_prepared_statements | Aaron Patterson | 2013-02-24 | 2 | -3/+26 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Changed update_record to use prepared statements. | Noemj | 2013-02-11 | 2 | -3/+26 |
* | | | | Raising an ActiveRecordError when one tries to use .touch(name) on a new | wangjohn | 2013-02-25 | 3 | -0/+20 |
* | | | | Improve AR changelog [ci skip] | Carlos Antonio da Silva | 2013-02-24 | 1 | -2/+2 |
* | | | | Remove warning | Rafael Mendonça França | 2013-02-24 | 1 | -1/+1 |