Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Merge pull request #13569 from schneems/schneems/default-url-sub-key | Rafael Mendonça França | 2014-01-01 | 11 | -12/+26 | |
| |\ \ \ | ||||||
| | * | | | Move default production database to URL sub key | schneems | 2014-01-01 | 11 | -12/+26 | |
| * | | | | Downgrade bundler until 1.5.2 is available | Andrew White | 2014-01-01 | 1 | -1/+1 | |
| |/ / / | ||||||
| * | | | Merge pull request #13542 from robin850/issue-13530 | Rafael Mendonça França | 2014-01-01 | 3 | -3/+21 | |
| |\ \ \ | ||||||
| | * | | | Improve enum documentation | Robin Dupret | 2014-01-01 | 1 | -1/+6 | |
| | * | | | Fix the enums writer methods | Robin Dupret | 2014-01-01 | 3 | -2/+15 | |
| * | | | | Add CHANGELOG entry for #13557 [ci skip] | Rafael Mendonça França | 2014-01-01 | 2 | -1/+4 | |
| * | | | | Merge pull request #13557 from gmarik/patch-1 | Rafael Mendonça França | 2014-01-01 | 2 | -1/+18 | |
| |\ \ \ \ | ||||||
| | * | | | | add test case | gmarik | 2013-12-31 | 1 | -0/+17 | |
| | * | | | | Use `Array#wrap` instead `Array()` | gmarik | 2013-12-31 | 1 | -1/+1 | |
| * | | | | | Removed elipsis indicating that the reader should have more code than what is... | Mo Omer | 2014-01-01 | 1 | -2/+0 | |
| * | | | | | Make explicit that the view file need to be created [ci skip] | Rafael Mendonça França | 2014-01-01 | 1 | -1/+1 | |
| * | | | | | Do not highlight rake routes output as ruby code [ci skip] | Rafael Mendonça França | 2014-01-01 | 1 | -2/+2 | |
| * | | | | | Don't lazy load the tzinfo library | Andrew White | 2014-01-01 | 2 | -19/+8 | |
| * | | | | | Merge pull request #13563 from vipulnsward/2014-is-here | Lauro Caetano | 2014-01-01 | 14 | -14/+14 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | update copyright notices to 2014. [ci skip] | Vipul A M | 2014-01-01 | 14 | -14/+14 | |
| |/ / / / / | ||||||
| * | | | | | Improve the tests to not call assert_nothing_raised | Rafael Mendonça França | 2014-01-01 | 1 | -4/+1 | |
| * | | | | | Merge pull request #13550 from vipulnsward/13437-fix | Rafael Mendonça França | 2014-01-01 | 3 | -1/+22 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | https://github.com/rails/rails/commit/2075f39d726cef361170218fd16421fc52bed5a... | Vipul A M | 2013-12-31 | 3 | -1/+22 | |
| * | | | | | | Merge pull request #13556 from yahonda/update_mysql_grant | Rafael Mendonça França | 2014-01-01 | 3 | -2/+4 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Change the inexistent database name to inexistent_activerecord_unittest | Yasuo Honda | 2014-01-01 | 2 | -2/+2 | |
| | * | | | | | | Update grant statement to address #13549 | Yasuo Honda | 2014-01-01 | 1 | -0/+2 | |
| * | | | | | | | Merge pull request #13561 from robin850/issue-11723 | Rafael Mendonça França | 2014-01-01 | 2 | -2/+10 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Avoid raising a NameError on FreeBSD using Date | Robin Dupret | 2014-01-01 | 2 | -2/+10 | |
| | | |_|_|/ / / | | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #13559 from JuanitoFatas/action-controller | Robin Dupret | 2014-01-01 | 1 | -2/+5 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| | * | | | | | | [ci skip] Add missing flash message in block filter example. | Juanito Fatas | 2014-01-01 | 1 | -2/+5 | |
| * | | | | | | | Merge pull request #13558 from bcardarella/bc-fix-example-syntax | Arun Agrawal | 2014-01-01 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| | * | | | | | | Fix comment syntax | Brian Cardarella | 2013-12-31 | 1 | -1/+1 | |
| * | | | | | | | Allow engine root relative redirects using an empty string. | Andrew White | 2014-01-01 | 3 | -49/+149 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #13419 from amrnt/nullize-enum | Godfrey Chan | 2013-12-31 | 3 | -1/+43 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Add the ability to nullify the `enum` column | Amr Tamimi | 2014-01-01 | 3 | -1/+43 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge remote-tracking branch 'origin/master' | Rafael Mendonça França | 2013-12-31 | 10 | -42/+232 | |
| |\| | | | | | ||||||
| | * | | | | | Merge pull request #13470 from strzalek/variants-all-any | David Heinemeier Hansson | 2013-12-31 | 5 | -27/+217 | |
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | | | ||||||
| | | * | | | | Add any/all support for variants | Łukasz Strzałkowski | 2013-12-26 | 5 | -27/+217 | |
| | * | | | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-12-31 | 5 | -15/+15 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Fix few typos and improve markup at some levels | Robin Dupret | 2013-12-24 | 4 | -5/+5 | |
| | | * | | | | | [ci skip] trailing documentation whitespace | schneems | 2013-12-19 | 1 | -10/+10 | |
| * | | | | | | | Improve tests to use only public API | Rafael Mendonça França | 2013-12-31 | 1 | -3/+2 | |
| * | | | | | | | Merge pull request #13525 from huoxito/make-outer-joins-on-proper-parent | Rafael Mendonça França | 2013-12-31 | 2 | -2/+12 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| | * | | | | | | Make outer joins on proper parent | Washington Luiz | 2013-12-31 | 2 | -2/+12 | |
| * | | | | | | | Merge pull request #13131 from gja/changed-accepts-values | Godfrey Chan | 2013-12-30 | 3 | -2/+22 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| | * | | | | | | Allows you to check if an attribute has changed to a particular value | Tejas Dinkar | 2013-12-15 | 3 | -2/+22 | |
| * | | | | | | | Merge pull request #13541 from schneems/schneems/db-url-sub-key | Rafael Mendonça França | 2013-12-30 | 3 | -0/+32 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Allow "url" sub key in database.yml configuration | schneems | 2013-12-30 | 3 | -0/+32 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #13536 from schneems/schneems/connection-spec-docs | Richard Schneeman | 2013-12-30 | 1 | -14/+80 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | [ci skip] ConnectionSpecification::Resolver Docs | schneems | 2013-12-30 | 1 | -14/+80 | |
| * | | | | | | | | Merge pull request #13539 from StevenNunez/patch-1 | Xavier Noria | 2013-12-30 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Update explanation to match example | Steven Nunez | 2013-12-30 | 1 | -1/+1 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | tidy AR CHANGELOG. [ci skip] | Yves Senn | 2013-12-30 | 1 | -4/+7 | |
| * | | | | | | | | Merge pull request #13538 from robin850/patch-14 | Yves Senn | 2013-12-30 | 1 | -0/+12 | |
| |\ \ \ \ \ \ \ \ |