aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #16271 from alol/action-view-overview-guide-tweaksVijay Dev2014-08-221-11/+11
|\ | | | | Small Action View Overview guide grammar and readability tweaks
| * Small Action View Overview edits [ci skip]Alan Oliver2014-07-241-11/+11
| | | | | | | | Some small grammar and readability edits
* | Guide fix. [CI SKIP]Guo Xiang Tan2014-08-221-3/+3
| | | | | | | | Related: https://github.com/rails/rails/pull/16607
* | Merge pull request #16612 from loganhasson/masterZachary Scott2014-08-211-5/+5
|\ \ | | | | | | [ci skip] Clarify Action Mailer/Active Job usage note
| * | [ci skip] Clarify Action Mailer/Active Job usage noteLogan Hasson2014-08-211-5/+5
| | |
* | | Merge pull request #16607 from tgxworld/upgrading_guide_passSantiago Pastorino2014-08-211-9/+10
|\ \ \ | |/ / |/| | Upgrade guide pass. [CI SKIP]
| * | Upgrade guide pass. [CI SKIP]Guo Xiang Tan2014-08-211-9/+10
| | |
* | | 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
|/ /
* | [ci skip] Fixing spelling typo in testing guide.Bradly Feeley2014-08-201-1/+1
| |
* | Update configuring.md [ci skip]Tee Parham2014-08-201-2/+0
| | | | | | Remove ActiveRecord config instructions for active_record.attribute_types_cached_by_default, which was removed in https://github.com/rails/rails/commit/66736c8e50585
* | Fix a few typos/some grammar in Active Job BasicsLogan Hasson2014-08-201-8/+8
| |
* | Same as f39cb2b except backport friendlyZachary Scott2014-08-201-1/+4
| | | | | | | | Point release notes to stable branch for list of commits. [ci skip]
* | Same as f39cb2b except backport friendlyZachary Scott2014-08-201-4/+4
| | | | | | | | Point release notes to stable branch for list of commits. [ci skip]
* | Point release notes to stable branch for list of commits. [ci skip]Zachary Scott2014-08-206-9/+15
| |
* | Merge pull request #16582 from cristianbica/actionmailer-deprecate-deliverRafael Mendonça França2014-08-205-13/+40
|\ \ | | | | | | Deprecated ActionMailer .deliver and updated ActionMailer / ActiveJob docs/guide
| * | Updated rdoc / guides / release notes related to ActiveJob / ActionMailerCristian Bica2014-08-205-13/+40
| | |
* | | Merge pull request #16583 from JuanitoFatas/doc/patch-1Rafael Mendonça França2014-08-201-16/+22
|\ \ \ | |/ / |/| | [ci skip] Format pass of Active Job Basics guide.
| * | [ci skip] Format pass of Active Job Basics guide.Juanito Fatas2014-08-201-16/+22
| | |
* | | Revert "Do not gsub non ASCII characters in header anchor.".Juanito Fatas2014-08-202-2/+2
|/ / | | | | | | | | | | 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-192-5/+4
| |
* | Some placeholders for the 4.2 upgrade guide [ci skip]Godfrey Chan2014-08-191-0/+16
| |
* | Clearly mark these as WIP, and invite people to contribute. [ci skip]Godfrey Chan2014-08-192-1/+6
| |
* | List the 4.2 release notes in the index, mark it as WIP [ci skip]Godfrey Chan2014-08-191-0/+5
| |
* | 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-192-19/+15
| | | | | | | | | | | | | | | | | | 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]
* | | Merge pull request #16536 from rails/improve-custom-configurationRafael Mendonça França2014-08-192-15/+19
|\ \ \ | | | | | | | | Improve custom configuration
| * | | Improve custom configurationRafael Mendonça França2014-08-192-15/+19
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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]
* | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-08-194-13/+13
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Conflicts: actionpack/lib/action_controller/metal/mime_responds.rb actionview/lib/action_view/vendor/html-scanner/html/sanitizer.rb activerecord/lib/active_record/type/value.rb
| * | [ci skip] Update links in getting_started guide.Juanito Fatas2014-08-161-5/+5
| | |
| * | Uppercase HTML in docs.Hendy Tanata2014-08-083-8/+8
| | | | | | | | | | | | [skip ci]
* | | minor copy editing [ci skip]Vijay Dev2014-08-191-3/+1
| | |
* | | Merge pull request #16487 from jayshepherd/patch-1Rafael Mendonça França2014-08-191-1/+1
|\ \ \ | | | | | | | | Small grammar fix in pluck description
| * | | Small grammar fix in pluck descriptionJay Shepherd2014-08-121-1/+1
| | | |
* | | | Merge pull request #16556 from jonatack/patch-9Robin Dupret2014-08-191-15/+16
|\ \ \ \ | | | | | | | | | | 4.2 Release Notes pass [ci skip]
| * | | | 4.2 Release Notes pass [skip ci]Jon Atack2014-08-191-15/+16
| | | | |
* | | | | Merge pull request #16552 from untidy-hair/update_plugin_guideYves Senn2014-08-191-21/+21
|\ \ \ \ \ | |/ / / / |/| | | | [ci skip] Update plugin doc with the latest rails
| * | | | [ci skip] Update plugin doc with the latest railsYukio Mizuta2014-08-181-21/+21
| | | | |
* | | | | http://gembundler.com/ => http://bundler.io/Akira Matsuda2014-08-191-1/+1
| | | | |
* | | | | Removed unnecessary wordTom Kadwill2014-08-191-1/+1
| | | | |
* | | | | 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
| | | | |