Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Remove unused heading | Jon Moss | 2017-04-23 | 1 | -2/+0 | |
* | | | | | | | Add more Railties notable changes | Jon Moss | 2017-04-23 | 1 | -0/+8 | |
* | | | | | | | Add Railties info to 5.1 release notes | Jon Moss | 2017-04-23 | 1 | -0/+36 | |
* | | | | | | | Add Active Model info to 5.1 release notes | Jon Moss | 2017-04-23 | 1 | -1/+12 | |
* | | | | | | | Remove unused headings | Jon Moss | 2017-04-23 | 1 | -4/+0 | |
* | | | | | | | Finish Action Cable section in release notes | Jon Moss | 2017-04-23 | 1 | -0/+6 | |
* | | | | | | | Finish Action Mailer section in release notes | Jon Moss | 2017-04-23 | 1 | -4/+4 | |
* | | | | | | | Add Active Job info to 5.1 release notes | Jon Moss | 2017-04-23 | 1 | -1/+12 | |
* | | | | | | | Merge pull request #28841 from pendletons/upgrade-doc-typo | Jon Moss | 2017-04-23 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | [ci_skip] Fix typo in Rails 5.1 upgrade notes | Shanthi Pendleton | 2017-04-23 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #28829 from y-yagi/follow_up_128b804 | Rafael França | 2017-04-22 | 2 | -2/+32 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Set to `form_with_generates_remote_forms` only when config is explicitly spec... | yuuji.yaginuma | 2017-04-22 | 2 | -2/+32 | |
|/ / / / / | ||||||
* | | | | | Add note about #26929 in the upgrade guide | Rafael Mendonça França | 2017-04-21 | 1 | -0/+17 | |
* | | | | | Configure form_with_generates_remote_forms in its own initializer | Rafael Mendonça França | 2017-04-21 | 3 | -0/+61 | |
* | | | | | Add test case to make sure we can implicit convert a Parameters to a Hash | Rafael Mendonça França | 2017-04-20 | 1 | -0/+7 | |
* | | | | | Merge pull request #28432 from marksiemers/master | Rafael França | 2017-04-20 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Update 'Building Complex Forms' with `inverse_of` | marksiemers | 2017-03-15 | 1 | -1/+1 | |
* | | | | | | Merge pull request #28818 from y-yagi/add_require | Rafael França | 2017-04-20 | 1 | -0/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add missing require | yuuji.yaginuma | 2017-04-21 | 1 | -0/+1 | |
* | | | | | | | Merge pull request #28596 from betesh/fix-double-habtm-insert | Rafael Mendonça França | 2017-04-20 | 3 | -0/+32 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Don't attempt to create a new record that was already created. | Isaac Betesh | 2017-04-20 | 3 | -0/+32 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #28640 from kamipo/prevent_double_firing_before_save_callback | Rafael França | 2017-04-20 | 5 | -54/+70 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Prevent double firing the before save callback of new object when the parent ... | Ryuta Kamizono | 2017-04-21 | 5 | -54/+70 | |
* | | | | | | | Add comma | Jon Moss | 2017-04-20 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #28681 from runephilosof/fix-mysql-grant | Rafael Mendonça França | 2017-04-20 | 3 | -2/+6 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix quoting in db:create grant all statement. | Rune Schjellerup Philosof | 2017-04-20 | 3 | -2/+6 | |
* | | | | | | | Merge pull request #28582 from sbull/activejob-error-logging | Rafael França | 2017-04-20 | 5 | -4/+26 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add error logging to Active Job | Steven Bull | 2017-03-27 | 5 | -4/+26 | |
* | | | | | | | | Merge pull request #28815 from joshnuss/fix/hash-from-xml-nokogiri | Rafael França | 2017-04-20 | 5 | -13/+9 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fixes Hash.from_xml with frozen strings for all backends | Josh Nussbaum | 2017-04-20 | 5 | -13/+9 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #28814 from halfbyte/fix_error_pages_for_turbolinks | Rafael França | 2017-04-20 | 4 | -18/+25 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Namespace CSS selectors on error pages | Jan Krutisch | 2017-04-20 | 4 | -18/+25 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #28807 from oiorain/oiorain-callbackChain-comment | Kasper Timm Hansen | 2017-04-20 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove outdated comment | Marion Bouguet | 2017-04-20 | 1 | -1/+0 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #28733 from kamipo/dont_fallback_to_utf8mb3_after_mysql_8.0.0 | Rafael França | 2017-04-19 | 3 | -10/+12 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Don't fallback to utf8mb3 after MySQL 8.0.0 | Ryuta Kamizono | 2017-04-17 | 3 | -10/+12 | |
* | | | | | | | | | Merge pull request #28776 from kamipo/respect_limit_for_cache_key | Rafael França | 2017-04-19 | 2 | -8/+44 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | `cache_key` respects the limit in a relation even if a relation is not loaded | Ryuta Kamizono | 2017-04-17 | 2 | -8/+44 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #28708 from y-yagi/dont_generate_system_test_files | Rafael França | 2017-04-19 | 2 | -0/+15 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Don't generate system test files if `skip_system_test` option is specified | yuuji.yaginuma | 2017-04-12 | 2 | -0/+15 | |
* | | | | | | | | | | Fix all style guides violations | Rafael Mendonça França | 2017-04-19 | 19 | -33/+33 | |
* | | | | | | | | | | Use released sass-rails instead of master version | Rafael Mendonça França | 2017-04-19 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #28757 from edwardmp/log-actioncable-write-read-errors | Rafael França | 2017-04-19 | 2 | -1/+8 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Log any errors originating from the socket | edwardmp | 2017-04-16 | 2 | -1/+8 | |
* | | | | | | | | | | | Merge pull request #28166 from bogdanvlviv/fix_migration_tasks | Rafael França | 2017-04-19 | 3 | -6/+78 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Add additional raise UnknownMigrationVersionError | bogdanvlviv | 2017-04-19 | 3 | -6/+43 | |
| * | | | | | | | | | | | Fix `bin/rails db:forward` first migration | bogdanvlviv | 2017-04-19 | 3 | -1/+36 | |
* | | | | | | | | | | | | Merge pull request #28800 from Shopify/deprecation_includes_gem_name_and_version | Rafael França | 2017-04-19 | 5 | -16/+56 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Send deprecation horizon and gem name as arguments to deprecation heavier han... | Willem van Bergen | 2017-04-19 | 5 | -16/+56 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #28734 from rafaelfranca/strong-parameters | Rafael França | 2017-04-19 | 12 | -91/+168 | |
|\ \ \ \ \ \ \ \ \ \ \ \ |