Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Merge pull request #10134 from derikson/collection_proxy_select_with_multiple... | Rafael Mendonça França | 2014-01-03 | 3 | -6/+10 | |
| |\ \ \ | | |/ / | |/| | | ||||||
| | * | | Changed ActiveRecord::Associations::CollectionProxy#select to take multiple a... | Dan Erikson | 2013-04-08 | 3 | -6/+10 | |
| * | | | No need to use fixed size font [ci skip] | Rafael Mendonça França | 2014-01-03 | 1 | -2/+2 | |
| * | | | Merge pull request #13579 from prathamesh-sonpatki/issue-13552 | Rafael Mendonça França | 2014-01-03 | 1 | -2/+6 | |
| |\ \ \ | ||||||
| | * | | | Fix documentation for end_year option of date_helper [ci skip] | Prathamesh Sonpatki | 2014-01-03 | 1 | -2/+6 | |
| * | | | | Whitespace [ci skip] | Rafael Mendonça França | 2014-01-03 | 1 | -1/+1 | |
| * | | | | Building new records with enum scopes now works as expected | Godfrey Chan | 2014-01-03 | 3 | -12/+15 | |
| * | | | | Deprecate unused `symbolized_base_class` and `symbolized_sti_name`. | Yves Senn | 2014-01-03 | 3 | -0/+10 | |
| |/ / / | ||||||
| * | | | Merge pull request #13578 from schneems/schneems/database_url-env-default | Rafael Mendonça França | 2014-01-02 | 12 | -19/+12 | |
| |\ \ \ | ||||||
| | * | | | Use DATABASE_URL by default | schneems | 2014-01-02 | 12 | -19/+12 | |
| |/ / / | ||||||
| * | | | Merge pull request #13573 from kuldeepaggarwal/doc-fix-default-values | Rafael Mendonça França | 2014-01-02 | 1 | -2/+2 | |
| |\ \ \ | ||||||
| | * | | | provide correct information [ci skip] | Kuldeep Aggarwal | 2014-01-02 | 1 | -2/+2 | |
| * | | | | Merge pull request #13528 from jonleighton/maintain_test_schema | Jon Leighton | 2014-01-02 | 17 | -58/+173 | |
| |\ \ \ \ | ||||||
| | * | | | | Automatically maintain test database schema | Jon Leighton | 2014-01-02 | 17 | -58/+173 | |
| |/ / / / | ||||||
| * / / / | Reverse 821525e and wrap run_generator call | Andrew White | 2014-01-02 | 2 | -4/+14 | |
| |/ / / | ||||||
| * | | | Adding missing require | Rafael Mendonça França | 2014-01-02 | 1 | -0/+1 | |
| * | | | Enable fast_finish in the travis configuration | Rafael Mendonça França | 2014-01-02 | 1 | -0/+1 | |
| * | | | 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 | |
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | | |