Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | applies new string literal convention in ci | Xavier Noria | 2016-08-06 | 1 | -38/+38 | |
* | | | | | | | | | | | | | | applies new string literal convention in railties/test | Xavier Noria | 2016-08-06 | 95 | -1595/+1595 | |
* | | | | | | | | | | | | | | applies new string literal convention in railties/lib | Xavier Noria | 2016-08-06 | 105 | -628/+628 | |
* | | | | | | | | | | | | | | applies new string literal convention in actioncable/test | Xavier Noria | 2016-08-06 | 29 | -260/+260 | |
* | | | | | | | | | | | | | | applies new string literal convention in actioncable/lib | Xavier Noria | 2016-08-06 | 28 | -90/+90 | |
* | | | | | | | | | | | | | | applies new string literal convention in actionmailer/test | Xavier Noria | 2016-08-06 | 17 | -257/+257 | |
* | | | | | | | | | | | | | | applies new string literal convention in actionmailer/lib | Xavier Noria | 2016-08-06 | 15 | -47/+47 | |
* | | | | | | | | | | | | | | applies new string literal convention in actionpack/test | Xavier Noria | 2016-08-06 | 145 | -6003/+6003 | |
* | | | | | | | | | | | | | | applies new string literal convention in actionpack/lib | Xavier Noria | 2016-08-06 | 96 | -571/+571 | |
* | | | | | | | | | | | | | | applies new string literal convention in actionview/test | Xavier Noria | 2016-08-06 | 57 | -1207/+1207 | |
* | | | | | | | | | | | | | | applies new string literal convention in actionview/lib | Xavier Noria | 2016-08-06 | 55 | -271/+271 | |
* | | | | | | | | | | | | | | applies new string literal convention in activejob/test | Xavier Noria | 2016-08-06 | 47 | -279/+279 | |
* | | | | | | | | | | | | | | applies new string literal convention in activejob/lib | Xavier Noria | 2016-08-06 | 28 | -99/+99 | |
* | | | | | | | | | | | | | | applies new string literal convention in activemodel/test | Xavier Noria | 2016-08-06 | 38 | -563/+563 | |
* | | | | | | | | | | | | | | applies new string literal convention in activemodel/lib | Xavier Noria | 2016-08-06 | 28 | -77/+77 | |
* | | | | | | | | | | | | | | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 280 | -5678/+5678 | |
* | | | | | | | | | | | | | | applies new string literal convention in activerecord/lib | Xavier Noria | 2016-08-06 | 118 | -840/+840 | |
* | | | | | | | | | | | | | | applies new string literal convention in activesupport/test | Xavier Noria | 2016-08-06 | 141 | -2632/+2632 | |
* | | | | | | | | | | | | | | applies new string literal convention in activesupport/lib | Xavier Noria | 2016-08-06 | 176 | -705/+705 | |
* | | | | | | | | | | | | | | adds a few cops and sorts | Xavier Noria | 2016-08-06 | 1 | -21/+48 | |
* | | | | | | | | | | | | | | Merge pull request #25998 from kamipo/enum_with_alias_attribute | Eileen M. Uchitelle | 2016-08-06 | 2 | -5/+22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Fix `enum` with `alias_attribute` | Ryuta Kamizono | 2016-07-31 | 2 | -5/+22 | |
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge pull request #26023 from tekin/correct-acceptance-guidelines | Eileen M. Uchitelle | 2016-08-06 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Correct usage for acceptance validator in guide | Tekin Suleyman | 2016-08-02 | 1 | -1/+1 | |
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge pull request #26070 from claudiob/fix-404 | Claudio B | 2016-08-05 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | [ci skip] Fix broken URL in guides | claudiob | 2016-08-05 | 2 | -2/+2 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #25665 from kamipo/remove_unused_table_arg | Eileen M. Uchitelle | 2016-08-05 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Remove unused `table` arg for `UniquenessValidator#scope_relation` | Ryuta Kamizono | 2016-07-18 | 1 | -5/+5 | |
* | | | | | | | | | | | | | | Merge pull request #26051 from kamipo/make_name_and_binds_to_optional_args | Eileen M. Uchitelle | 2016-08-05 | 3 | -6/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Make `name` and `binds` to optional args for `exec_{insert,update,delete}` | Ryuta Kamizono | 2016-08-04 | 3 | -6/+6 | |
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Fix GET JSON integration test request to use method override | eileencodes | 2016-08-05 | 3 | -1/+23 | |
* | | | | | | | | | | | | | | Add note about limitations of Windows Subsystem for Linux | Andrew White | 2016-08-05 | 1 | -0/+4 | |
* | | | | | | | | | | | | | | Don't assume all hashes are from multiparameter assignment in `composed_of` | Sean Griffin | 2016-08-05 | 4 | -2/+17 | |
| |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge pull request #26059 from rails/rename-deadlock-detected-to-deadlocked | David Heinemeier Hansson | 2016-08-04 | 5 | -8/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Leave internal pgsql name intact as const reference | David Heinemeier Hansson | 2016-08-04 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | The problem isn't the detection but the deadlock itself | David Heinemeier Hansson | 2016-08-04 | 5 | -10/+10 | |
* | | | | | | | | | | | | | | Offer invitations to use retry_on/discard_on for common cases | David Heinemeier Hansson | 2016-08-04 | 1 | -0/+5 | |
| |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge pull request #26049 from kamipo/add_gemfile_lock | Guillermo Iguaran | 2016-08-03 | 1 | -0/+37 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Add accidentally removed dependency in Gemfile.lock | Ryuta Kamizono | 2016-08-04 | 1 | -0/+37 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Guard against jobs that were persisted before we started counting executions ... | David Heinemeier Hansson | 2016-08-03 | 1 | -1/+3 | |
* | | | | | | | | | | | | Don't require C dependencies on Windows/JRuby | Sean Griffin | 2016-08-03 | 2 | -39/+2 | |
* | | | | | | | | | | | | Add :weeks to the list of variable duration parts | Andrew White | 2016-08-03 | 3 | -1/+41 | |
* | | | | | | | | | | | | Merge pull request #25107 from Erol/introduce-new-ar-transaction-error-classes | Rafael Mendonça França | 2016-08-03 | 5 | -26/+57 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Introduce new ActiveRecord transaction error classes | Erol Fornoles | 2016-05-24 | 5 | -26/+57 | |
* | | | | | | | | | | | | | Merge pull request #26026 from kamipo/tx_serialization_error_should_inherit_s... | Rafael França | 2016-08-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | `TransactionSerializationError` should inherit `StatementInvalid` for backwar... | Ryuta Kamizono | 2016-08-02 | 1 | -1/+1 | |
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #26035 from kamipo/avoid_duplicated_set_inverse_instance | Rafael França | 2016-08-03 | 3 | -23/+16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Avoid duplicated `set_inverse_instance` for target scope | Ryuta Kamizono | 2016-08-03 | 3 | -23/+16 | |
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #26036 from kyatul/doc_string_inquirer | Kasper Timm Hansen | 2016-08-03 | 1 | -0/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Add documentation for ActiveSupport::StringInquirer [ci skip] | kyatul | 2016-08-03 | 1 | -0/+6 | |
| |/ / / / / / / / / / |