aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ci skip] Clarify some Minitest origins.Kasper Timm Hansen2016-01-091-0/+2
* Extract line filtering to Railties.Kasper Timm Hansen2016-01-094-64/+69
* Merge pull request #22988 from y-yagi/match_environment_variable_name_and_err...Richard Schneeman2016-01-091-1/+1
|\
| * match the environment variable name that actually checking and error messageyuuji.yaginuma2016-01-091-1/+1
* | Merge pull request #22986 from yui-knk/fix_automatic_inverse_of_commentप्रथमेश Sonpatki2016-01-091-1/+1
|\ \ | |/ |/|
| * [ci skip] `automatic_inverse_of` returns `false` not `nil` (document fix)yui-knk2016-01-091-1/+1
* | Merge pull request #22987 from prathamesh-sonpatki/add-missing-changelong-for...Richard Schneeman2016-01-081-0/+8
|\ \ | |/ |/|
| * Added missing CHANGELOG entry for https://github.com/rails/rails/pull/22976Prathamesh Sonpatki2016-01-091-0/+8
|/
* Merge pull request #22976 from schneems/schneems/schema-migration-primary-keySean Griffin2016-01-082-3/+3
|\
| * Get update_attributes working with SchemaMigrationschneems2016-01-082-3/+3
* | Fix the broken buildSean Griffin2016-01-081-0/+2
* | Merge pull request #22984 from akshay-vishnoi/fix-docsRichard Schneeman2016-01-081-1/+1
|\ \
| * | [ci skip] Fix typo Renderering --> RenderingAkshay Vishnoi2016-01-091-1/+1
|/ /
* | Refactor tz aware types, add support for PG rangesSean Griffin2016-01-085-8/+67
* | Merge pull request #22967 from schneems/schneems/generic-metadataSean Griffin2016-01-0817-14/+253
|\ \
| * | Fixing tests and re-locating error checking.schneems2016-01-085-16/+17
| * | Fix kwarg to not have circular dependencyschneems2016-01-081-1/+1
| * | Use hash like syntax for InternalMetadataschneems2016-01-086-14/+12
| * | Add EnvironmentMismatchErrorschneems2016-01-082-4/+25
| * | Use `key` as primary key in schema.schneems2016-01-081-1/+1
| * | [ci skip] Add comment to remove silenced code.schneems2016-01-071-0/+1
| * | Prevent destructive action on production databaseschneems2016-01-0716-14/+232
* | | Merge pull request #22977 from rails/revert-22934-masterDavid Heinemeier Hansson2016-01-0815-46/+36
|\ \ \
| * | | Revert "Move async execution from celluloid to concurrent-ruby"David Heinemeier Hansson2016-01-0815-46/+36
|/ / /
* | | Merge pull request #22934 from mperham/masterDavid Heinemeier Hansson2016-01-0815-36/+46
|\ \ \ | |_|/ |/| |
| * | don't need explicit dep and a pretty neat pickMike Perham2016-01-052-2/+1
| * | Use Module#thread_mattr_accessorMike Perham2016-01-051-8/+6
| * | Remove celluloid referencesMike Perham2016-01-056-6/+1
| * | Move async execution from celluloid to concurrent-rubyMike Perham2016-01-059-30/+48
* | | [doc] The capture method isn't always used inside views to create a variableAkira Matsuda & saya2016-01-081-2/+2
* | | Merge pull request #22973 from kamipo/fix_select_values_method_signatureRafael França2016-01-082-4/+4
|\ \ \
| * | | Fix `select_values` method signature for consistencyRyuta Kamizono2016-01-082-4/+4
* | | | Merge pull request #22971 from kamipo/insert_sql_is_almost_same_as_insertRafael França2016-01-084-25/+2
|\ \ \ \
| * | | | `{update|delete}_sql` are almost the same as `{update|delete}`Ryuta Kamizono2016-01-084-25/+2
* | | | | Merge pull request #22972 from prathamesh-sonpatki/fix-typoRafael França2016-01-081-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix typo in ActionPack CHANGELOG [ci skip]Prathamesh Sonpatki2016-01-081-1/+1
|/ / / /
* | | | Merge pull request #18909 from davidcornu/fix-hash-with-indifferent-access-de...Sean Griffin2016-01-073-8/+24
|\ \ \ \
| * | | | Match HashWithIndifferentAccess#default's behaviour with Hash#defaultDavid Cornu2016-01-073-8/+24
|/ / / /
* | | | Merge pull request #22966 from mastahyeti/add_gregRafael França2016-01-071-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | add gregBen Toews2016-01-071-1/+1
|/ / /
* | | Ensure `config.active_record.time_zone_aware_types` is always setSean Griffin2016-01-071-0/+1
* | | Merge pull request #22942 from Edouard-chin/rake-routes-error-messageKasper Timm Hansen2016-01-073-7/+64
|\ \ \
| * | | Better error message when running `rake routes` with CONTROLLER arg:Edouard CHIN2016-01-073-7/+64
|/ / /
* | | Merge pull request #20109 from prathamesh-sonpatki/keep-only-one-rootKasper Timm Hansen2016-01-071-21/+21
|\ \ \
| * | | Kept overridden root method and removed original methodPrathamesh Sonpatki2016-01-071-21/+21
* | | | Merge pull request #22956 from prathamesh-sonpatki/rm-splat-warningKasper Timm Hansen2016-01-071-1/+1
|\ \ \ \
| * | | | Remove splat operator warning from ssl_testPrathamesh Sonpatki2016-01-071-1/+1
* | | | | Merge pull request #22949 from schneems/schneems/request-idDavid Heinemeier Hansson2016-01-072-1/+19
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Default new apps to tag logs with `request_id`schneems2016-01-062-1/+19
* | | | | Merge pull request #22903 from prathamesh-sonpatki/allow-ac-parameters-hash-a...Rafael França2016-01-073-2/+40
|\ \ \ \ \