aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/4_2_release_notes.md
Commit message (Collapse)AuthorAgeFilesLines
...
* Mention only_path deprecation in release notes [ci skip]Godfrey Chan2014-10-281-0/+3
|
* Update CHANGELOG and release notes for e98f2a7Godfrey Chan2014-10-221-0/+4
|
* Fix typoJake Worth2014-10-031-1/+1
|
* Add documentation on Active Job.mo khan2014-10-021-1/+1
| | | | | | | This adds documentation for the Active Job API. It includes documentation on how to configure the queue_adapter, and how to create new jobs. It adds links to the various other sections of the Active Job documentation.
* Revert "Revert "Merge pull request #16888 from jejacks0n/render_template""Godfrey Chan2014-09-261-0/+11
| | | | This reverts commit 585e75696b31395aee895e5366e331c07c3f5ee1.
* Fix typoJake Worth2014-09-241-1/+1
|
* Revert "Merge pull request #16888 from jejacks0n/render_template"Godfrey Chan2014-09-231-11/+0
| | | | | | | This reverts commit 07635a74b5ee08dcba3f6617def6230d8f114fe5, reversing changes made to 1b5f61a025b6ce1ee52b7148e3ed2a9acbde28b9. Reason: it's not ready :bomb:, see https://github.com/rails/rails/pull/16888#issuecomment-56400816
* CHANGELOG for 07635a7Godfrey Chan2014-09-231-0/+11
|
* Wrap it up! :trollface: [ci skip]Zachary Scott2014-09-221-3/+2
|
* Wrap Adequate Record release notes at 80 chars [ci skip]Zachary Scott2014-09-221-6/+14
|
* Merge pull request #16984 from chancancode/fix_16578Godfrey Chan2014-09-221-0/+15
|\ | | | | Document that the default for `rails server -b` has changed
| * Document that the default for `rails server -b` has changedGodfrey Chan2014-09-221-0/+15
| | | | | | | | Fixes #16578
* | Standardize on `Rails.application` [ci skip]Tamir Duberstein2014-09-191-1/+1
|/ | | | This seems to be the style settled on in most of the templates.
* [guides] 4.2 release notes: added technical details for Adequate Recordabhishek2014-09-161-4/+33
|
* Default to sorting user's test cases for nowGodfrey Chan2014-09-081-4/+5
| | | | | | | | | | | Goals: 1. Default to :random for newly generated applications 2. Default to :sorted for existing applications with a warning 3. Only show the warning once 4. Only show the warning if the app actually uses AS::TestCase Fixes #16769
* Ship with rails-html-sanitizer instead.Kasper Timm Hansen2014-09-031-1/+2
|
* Add a quick straw-man Incompatibilities sectionMatthew Draper2014-09-031-0/+129
| | | | | | | | | | Is this a thing we want? Note current duplication between the `assert_select` section here, and the corresponding release note entry... does this detail *move* from there to here? [ci skip]
* Some documentation fixes [ci skip]Robin Dupret2014-08-291-7/+7
|
* [ci skip] mention assert_select in release notesSam Ruby2014-08-271-0/+13
|
* Merge pull request #16707 from katmutua/masterSantiago Pastorino2014-08-271-3/+3
|\ | | | | update 4_2_release_notes
| * [ci skip] Update 4_2_release notesJackie Mutua2014-08-271-3/+3
| |
* | [ci skip] Modify a web-console PR linkyuuji.yaginuma2014-08-271-1/+1
|/
* Added web linksEric Brooke2014-08-251-1/+1
| | | Added web links to resque, delayed_job and sidekiq
* Quick pass through the 4.2 release notes [ci skip]Robin Dupret2014-08-251-20/+21
| | | | | | Fix a few typos and made some tiny improvements. Refs #16576. [Zachary Scott & Robin Dupret]
* Merge pull request #16616 from schneems/schneems/jeremy-commentsJeremy Kemper2014-08-241-0/+7
|\ | | | | Address comments on Gzip implementation
| * Address comments on Gzip implementationschneems2014-08-241-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - don't mutate PATH_INFO in env, test - test fallback content type matches Rack::File - change assertion style - make HTTP_ACCEPT_ENCODING comparison case insensitive - return gzip path from method instead of true/false so we don't have to assume later - don't allocate un-needed hash. Original comments: https://github.com/rails/rails/commit/ cfaaacd9763642e91761de54c90669a88d772e5a#commitcomment-7468728 cc @jeremy
* | Grammer and spelling pass on web console release note. [CI SKIP]Guo Xiang Tan2014-08-251-4/+4
| |
* | Describe web-console in the release notes [ci skip]Genadi Samokovarov2014-08-241-4/+14
|/ | | | | | I put a more up-to-date description of Web Console in the release notes. I'm not really happy with the language, so if you guys can help me with that I'll be grateful :)
* Add change to ActionView Notable changes [ci skip]Charley D2014-08-211-0/+3
|
* Fix some issues in 4.2 release notes.Geoffrey ROGUELON2014-08-211-3/+0
| | | | | | Remove duplicate line in Railties. [ci skip]
* Change 'does' to 'do'Jake Worth2014-08-211-1/+1
|
* Point release notes to stable branch for list of commits. [ci skip]Zachary Scott2014-08-201-4/+4
|
* Updated rdoc / guides / release notes related to ActiveJob / ActionMailerCristian Bica2014-08-201-0/+3
|
* Revert "Do not gsub non ASCII characters in header anchor.".Juanito Fatas2014-08-201-1/+1
| | | | | | This reverts commit 699babe. Also change the upgrading_ruby_on_rails link back to original in 4_2_release_notes.
* Copy & paste fail [ci skip]Godfrey Chan2014-08-191-1/+1
|
* :nail_care: The note doesn't look good on the blue background [ci skip]Godfrey Chan2014-08-191-2/+2
|
* :bomb: oops, it should be 4.2 that's WIP [ci skip]Godfrey Chan2014-08-191-1/+4
|
* Major features in 4.2 release notes [ci skip]Godfrey Chan2014-08-191-0/+40
|
* Synced AR release notes [ci-skip]Godfrey Chan2014-08-191-0/+18
|
* Synced Active Support release notes [ci skip]Godfrey Chan2014-08-191-0/+21
| | | | [Godfrey Chan, Genadi Samokovarov]
* Fix setting simple values to the new config.xCarlos Antonio da Silva2014-08-191-2/+1
| | | | | | | | | | Previously setting simple values to the config.x object resulted in the following: config.x.super_debugger = true config.x.super_debugger #=> {} Which was against the examples showed in the changelog/release notes.
* Synced Active Model changelogs [ci skip]Godfrey Chan2014-08-191-4/+16
| | | | Godfrey Chan, Genadi Samokovarov
* Revert "Improve custom configuration"Rafael Mendonça França2014-08-191-10/+8
| | | | | | | | | This reverts commit de4891344ccc074f6d5693f4fac6ad610584e336. Conflicts: railties/lib/rails/railtie/configuration.rb It added regression. Will be back after the beta
* Merge pull request #16561 from gsamokovarov/mention-web-console-in-changelogGuillermo Iguaran2014-08-191-0/+3
|\ | | | | Mention web-console in 4.2 release notes
| * Mention web-console in 4.2 release notesGenadi Samokovarov2014-08-201-0/+3
| | | | | | | | | | | | | | | | Mention the web-console inclusion in the default Gemfile in the Release notes and the railties changelog. We can eventually mention it in the upgrade guide, if needed. [ci skip]
* | Improve custom configurationRafael Mendonça França2014-08-191-8/+10
|/ | | | | | | | | | | | | | | | 1. Hashes can be assigned 2. We don't need a special level anymore The method chain only works in the top level. If users need a second level they need to assign a OrderedOptions to the key: config.resque.server = ActiveSupport::OrderedOptions.new config.resque.server.url = "http://localhost" config.resque.server.port = 3000 [Rafael Mendonça França + Carlos Antonio da Silva]
* 4.2 Release Notes pass [skip ci]Jon Atack2014-08-191-15/+16
|
* Sync Action Mailer release notes [ci skip]Godfrey Chan2014-08-181-0/+9
|
* Sync Action View release notes [ci skip]Godfrey Chan2014-08-181-0/+6
|
* Mention deprecation of assert_select and friends in the release notes [ci skip]Godfrey Chan2014-08-181-0/+4
|