aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Fix code review commentsJon Moss2016-01-1815-55/+53
| * | | | Add em-hiredis and redis as default Gems for new applicationsJon Moss2016-01-182-0/+20
| * | | | Small PostgreSQL adapter refactors / cleanupJon Moss2016-01-182-15/+16
| * | | | ActionCable::StorageAdapter ==> ActionCable::SubscriptionAdapterJon Moss2016-01-1811-21/+23
| * | | | All Redis deps are now optional, Postgres --> PostgreSQL adapterJon Moss2016-01-187-15/+17
| * | | | config_opts => cable, per @kaspthJon Moss2016-01-183-6/+7
| * | | | Listener no longer needs to be a singletonMatthew Draper2016-01-181-52/+58
| * | | | Tests passing and small refactoringJon Moss2016-01-187-37/+65
| * | | | Blanket unsubscribe doesn't appear to be usedMatthew Draper2016-01-181-6/+2
| * | | | Don't execute callbacks on our main listener threadMatthew Draper2016-01-181-1/+1
| * | | | Pull the action methods directly onto the adapterMatthew Draper2016-01-188-56/+51
| * | | | Add Postgres adapterJon Moss2016-01-183-0/+111
| * | | | Refactor storage_adapterJon Moss2016-01-181-11/+3
| * | | | Adapterize ActionCable storage and extract behaviorJon Moss2016-01-1817-50/+173
* | | | | Merge pull request #23111 from prathamesh-sonpatki/fix-changelogRafael França2016-01-201-1/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Update CHANEGLOG for https://github.com/rails/rails/pull/20005 [ci skip]Prathamesh Sonpatki2016-01-201-1/+5
|/ / / /
* | | | Revert "Its ideal to set Vary: Accept-Encoding, irrespective of whether gzipp...schneems2016-01-192-2/+2
* | | | Add `ModelSchema::type_for_attribute` to the public APISean Griffin2016-01-191-1/+12
* | | | Merge pull request #23120 from vipulnsward/always-set-vary-for-static-assetsRichard Schneeman2016-01-192-2/+2
|\ \ \ \
| * | | | Its ideal to set Vary: Accept-Encoding, irrespective of whether gzipped versi...Vipul A M2016-01-192-2/+2
* | | | | Merge pull request #23125 from Gaurav2728/update_puma_as_webserverRafael França2016-01-194-17/+14
|\ \ \ \ \
| * | | | | [ci skip] update guide for Puma web server instead of WebrickGaurav Sharma2016-01-204-17/+14
* | | | | | Merge pull request #23124 from vipulnsward/rake-railsYves Senn2016-01-193-5/+5
|\ \ \ \ \ \
| * | | | | | - Changed from bin/rake to bin/rails at more application places.Vipul A M2016-01-203-5/+5
| |/ / / / /
* | | | | | Merge pull request #23123 from schneems/schneems/strong_params_method_missingRichard Schneeman2016-01-192-1/+32
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Link to docs instead of listing methodsschneems2016-01-191-5/+7
| * | | | | Add methods to StrongParametersschneems2016-01-192-2/+9
| * | | | | [close #23084] Deprecated StrongParametersschneems2016-01-192-0/+22
* | | | | | Merge pull request #23119 from Gaurav2728/update_guide_to_bin_rails_commandJon Moss2016-01-196-37/+37
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | use bin/rails default instead of rake commands [ci skip]Gaurav Sharma2016-01-196-37/+37
|/ / / / /
* | | | | Merge pull request #23122 from vipulnsward/guides-revampDavid Heinemeier Hansson2016-01-192-14/+1
|\ \ \ \ \
| * | | | | - Remove dead links and take users to just the home page insteadVipul A M2016-01-192-14/+1
| |/ / / /
* | | | | Merge pull request #23121 from prathamesh-sonpatki/fix-testsYves Senn2016-01-191-4/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix test failure on PostgreSQL by sorting the result before comparisonPrathamesh Sonpatki2016-01-191-4/+5
|/ / / /
* | | | run `type` column through attribtues API type casting.Yves Senn2016-01-193-0/+84
* | | | Merge pull request #23117 from vipulnsward/22297-ar-exception-raiseAbdelkader Boudih2016-01-191-1/+1
|\ \ \ \
| * | | | Mention that halting chain does not re-raise `ActiveRecord::RecordInvalid` e...Vipul A M2016-01-191-1/+1
* | | | | Merge pull request #23116 from vipulnsward/22648-html-safe-textप्रथमेश Sonpatki2016-01-191-1/+1
|\ \ \ \ \
| * | | | | Make text about render :html option clearer to state, text will get escaped i...Vipul A M2016-01-191-1/+1
| |/ / / /
* | | | | Merge pull request #23114 from y-yagi/refer_to_rails_command_instead_of_rake_...Kasper Timm Hansen2016-01-191-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | refer to rails command instead of rake in environment erroryuuji.yaginuma2016-01-191-2/+2
* | | | | Merge pull request #23112 from prathamesh-sonpatki/association-guides-fixesKasper Timm Hansen2016-01-191-6/+6
|\ \ \ \ \
| * | | | | Fix discrepancies in associations guide [ci skip]Prathamesh Sonpatki2016-01-191-6/+6
|/ / / / /
* | | | | Merge pull request #23110 from amitsuroliya/application_recordप्रथमेश Sonpatki2016-01-191-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | `ApplicationRecord` instead of `ActiveRecord::Base` in Association Guides [c...amitkumarsuroliya2016-01-191-2/+2
|/ / / /
* | | | Remove incomplete filter runs all tests in plugins.Kasper Timm Hansen2016-01-181-8/+0
* | | | Don't run all tests when files end in a colon.Kasper Timm Hansen2016-01-182-9/+1
* | | | Merge pull request #23099 from vipulnsward/change_start_at_end_atKasper Timm Hansen2016-01-185-92/+56
|\ \ \ \
| * | | | Changed options for find_each and variants to have options start/finish inste...Vipul A M2016-01-185-92/+56
* | | | | Merge pull request #23006 from Edouard-chin/code_statistic_ignore_hidde_filesKasper Timm Hansen2016-01-182-2/+15
|\ \ \ \ \ | |_|/ / / |/| | | |