Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Fixing tests and re-locating error checking. | schneems | 2016-01-08 | 5 | -16/+17 | |
| * | | | | | | Fix kwarg to not have circular dependency | schneems | 2016-01-08 | 1 | -1/+1 | |
| * | | | | | | Use hash like syntax for InternalMetadata | schneems | 2016-01-08 | 6 | -14/+12 | |
| * | | | | | | Add EnvironmentMismatchError | schneems | 2016-01-08 | 2 | -4/+25 | |
| * | | | | | | Use `key` as primary key in schema. | schneems | 2016-01-08 | 1 | -1/+1 | |
| * | | | | | | [ci skip] Add comment to remove silenced code. | schneems | 2016-01-07 | 1 | -0/+1 | |
| * | | | | | | Prevent destructive action on production database | schneems | 2016-01-07 | 16 | -14/+232 | |
* | | | | | | | Merge pull request #22977 from rails/revert-22934-master | David Heinemeier Hansson | 2016-01-08 | 15 | -46/+36 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Revert "Move async execution from celluloid to concurrent-ruby" | David Heinemeier Hansson | 2016-01-08 | 15 | -46/+36 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #22934 from mperham/master | David Heinemeier Hansson | 2016-01-08 | 15 | -36/+46 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | don't need explicit dep and a pretty neat pick | Mike Perham | 2016-01-05 | 2 | -2/+1 | |
| * | | | | | | Use Module#thread_mattr_accessor | Mike Perham | 2016-01-05 | 1 | -8/+6 | |
| * | | | | | | Remove celluloid references | Mike Perham | 2016-01-05 | 6 | -6/+1 | |
| * | | | | | | Move async execution from celluloid to concurrent-ruby | Mike Perham | 2016-01-05 | 9 | -30/+48 | |
* | | | | | | | [doc] The capture method isn't always used inside views to create a variable | Akira Matsuda & saya | 2016-01-08 | 1 | -2/+2 | |
* | | | | | | | Merge pull request #22973 from kamipo/fix_select_values_method_signature | Rafael França | 2016-01-08 | 2 | -4/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix `select_values` method signature for consistency | Ryuta Kamizono | 2016-01-08 | 2 | -4/+4 | |
* | | | | | | | | Merge pull request #22971 from kamipo/insert_sql_is_almost_same_as_insert | Rafael França | 2016-01-08 | 4 | -25/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | `{update|delete}_sql` are almost the same as `{update|delete}` | Ryuta Kamizono | 2016-01-08 | 4 | -25/+2 | |
* | | | | | | | | | Merge pull request #22972 from prathamesh-sonpatki/fix-typo | Rafael França | 2016-01-08 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Fix typo in ActionPack CHANGELOG [ci skip] | Prathamesh Sonpatki | 2016-01-08 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #18909 from davidcornu/fix-hash-with-indifferent-access-de... | Sean Griffin | 2016-01-07 | 3 | -8/+24 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Match HashWithIndifferentAccess#default's behaviour with Hash#default | David Cornu | 2016-01-07 | 3 | -8/+24 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #22966 from mastahyeti/add_greg | Rafael França | 2016-01-07 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | add greg | Ben Toews | 2016-01-07 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Ensure `config.active_record.time_zone_aware_types` is always set | Sean Griffin | 2016-01-07 | 1 | -0/+1 | |
* | | | | | | | Merge pull request #22942 from Edouard-chin/rake-routes-error-message | Kasper Timm Hansen | 2016-01-07 | 3 | -7/+64 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Better error message when running `rake routes` with CONTROLLER arg: | Edouard CHIN | 2016-01-07 | 3 | -7/+64 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #20109 from prathamesh-sonpatki/keep-only-one-root | Kasper Timm Hansen | 2016-01-07 | 1 | -21/+21 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Kept overridden root method and removed original method | Prathamesh Sonpatki | 2016-01-07 | 1 | -21/+21 | |
* | | | | | | | | Merge pull request #22956 from prathamesh-sonpatki/rm-splat-warning | Kasper Timm Hansen | 2016-01-07 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove splat operator warning from ssl_test | Prathamesh Sonpatki | 2016-01-07 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #22949 from schneems/schneems/request-id | David Heinemeier Hansson | 2016-01-07 | 2 | -1/+19 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Default new apps to tag logs with `request_id` | schneems | 2016-01-06 | 2 | -1/+19 | |
* | | | | | | | | | Merge pull request #22903 from prathamesh-sonpatki/allow-ac-parameters-hash-a... | Rafael França | 2016-01-07 | 3 | -2/+40 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Allow AC::Parameters as an argument to url_helpers | Prathamesh Sonpatki | 2016-01-07 | 3 | -2/+40 | |
* | | | | | | | | | | Merge pull request #22954 from yui-knk/suppress_warning_on_action_view | Rafael França | 2016-01-07 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Suppress warning (instance variable @persisted not initialized) | yui-knk | 2016-01-07 | 1 | -0/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #22952 from Baron-burton/contributing_documentation | Rafael França | 2016-01-06 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Typo in Contributing.md documentation | Baron-burton | 2016-01-06 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #22948 from kamipo/remove_delete_sql_in_sqlite3_adapter | Rafael França | 2016-01-06 | 1 | -5/+0 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Remove `delete_sql` in sqlite3 adapter | Ryuta Kamizono | 2016-01-07 | 1 | -5/+0 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #22945 from kamipo/refactor_connection_insert_sql | Rafael França | 2016-01-06 | 4 | -35/+10 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Refactor `connection.insert_sql` | Ryuta Kamizono | 2016-01-07 | 4 | -35/+10 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #22933 from schneems/schneems/fix-broadcast | Richard Schneeman | 2016-01-06 | 6 | -50/+48 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove unused instance variable | schneems | 2016-01-06 | 1 | -1/+0 | |
| * | | | | | | | | [close #22917] Don't output to `STDOUT` twice | schneems | 2016-01-06 | 4 | -7/+29 | |
| * | | | | | | | | Revert "Add Logger option to disable message broadcasts" | schneems | 2016-01-05 | 3 | -45/+22 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #22941 from lsylvester/pg-remove-index-legacy | Matthew Draper | 2016-01-07 | 2 | -2/+19 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | fix remove_index for postgresql when running legacy migrations | Lachlan Sylvester | 2016-01-06 | 2 | -2/+19 |