aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into loofahRafael Mendonça França2014-08-177-7/+286
|\ | | | | | | | | Conflicts: actionpack/CHANGELOG.md
| * Merge pull request #16485 from seuros/activejobDavid Heinemeier Hansson2014-08-171-0/+253
| |\ | | | | | | Integrate ActiveJob / DeliverLater / GlobalID with Rails
| | * ActiveJob guides improvements [ci skip]Cristian Bica2014-08-161-108/+29
| | |
| | * ActiveJob: Reworked queue_base_name as default_queue_name + Allow configure ↵Cristian Bica2014-08-151-1/+1
| | | | | | | | | | | | ActiveJob from app.config.active_job
| | * Update ActiveJob guide [ci skip]Cristian Bica2014-08-131-3/+12
| | |
| | * Merge branch 'master' into activejobCristian Bica2014-08-131-1/+1
| | |\
| | * | [ci skip] First version of the Active Job guideCristian Bica2014-08-131-0/+323
| | | |
| * | | Remove more references to respond_withJosé Valim2014-08-172-2/+7
| | | |
| * | | [ci skip] Fix sample code in Layouts and Rendering guideyuuji.yaginuma2014-08-171-1/+1
| | | |
| * | | [ci skip] re-worded section on CookieStore to make it more readable.Tom Kadwill2014-08-161-3/+3
| | | |
| * | | Point to rubygems instead of Rails GitHub. [ci skip]Rafael Mendonça França2014-08-151-1/+1
| | | | | | | | | | | | | | | | The rails repository is not the official plugin anymore
| * | | Fixed link for in_place_editor [ci skip]Arun Agrawal2014-08-151-1/+1
| | | | | | | | | | | | | | | | closes #16512
| * | | ಠ_ಠ now that the commit sha is known I can add it to the relese guide.Yves Senn2014-08-141-0/+1
| | | |
| * | | remove deprecated `MissingHelperError` proxy.Yves Senn2014-08-141-0/+5
| | | | | | | | | | | | | | | | The error was moved outside of the `ClassMethods` module.
| * | | Merge pull request #16408 from aditya-kapoor/add-doc-ERB-escapeZachary Scott2014-08-131-0/+15
| |\ \ \ | | |_|/ | |/| | [ci skip] add note about the ERB escape in generator docs
| | * | [ci skip] add note about the ERB escape in generator docsAditya Kapoor2014-08-141-0/+15
| | | |
* | | | Prepare for partial release.Kasper Timm Hansen2014-08-171-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Default to Rails::DeprecatedSanitizer in ActionView::Helpers::SanitizeHelper. - Add upgrade notes. - Add sanitizer to new applications Gemfiles. - Remove 'rails-dom-testing' as a dependency.
* | | | Merge branch 'master' into loofahRafael Mendonça França2014-08-1222-327/+456
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: actionpack/CHANGELOG.md actionpack/test/controller/integration_test.rb actionview/CHANGELOG.md
| * | | [ci skip] Fix broken url in plugins guideyuuji.yaginuma2014-08-121-1/+1
| | |/ | |/|
| * | Merge pull request #16300 from ↵Godfrey Chan2014-08-101-1/+5
| |\ \ | | | | | | | | | | | | | | | | vast/mention-changes-to-nil-serialization-in-upgrading-from-3.2 Mention changes to `nil` handling in serialized attributes
| | * | [ci skip] Clarify the "Serialized Attributes" sectionVasily Polovnyov2014-07-261-1/+2
| | | | | | | | | | | | | | | | | | | | Mention that the change in nil handling for serialized attributes affects custom coders.
| | * | [ci skip] Mention the change in nil handling for serialized attributesVasily Polovnyov2014-07-261-0/+3
| | | | | | | | | | | | | | | | in "Upgrading from Rails 3.2 to Rails 4.0"
| * | | Cleanup Guides Guidelines [ci skip]Robert Eshleman2014-08-101-12/+10
| | | | | | | | | | | | | | | | | | | | | | | | * Copy editing for clarity in several locations * Rename "Titles" section to "Headings" * Fix incorrect anchor in link to API Documentation Guidelines for filenames
| * | | [ci skip] Fix sample code in engines guideyuuji.yaginuma2014-08-101-2/+2
| | | |
| * | | Fix typo in plugins docGuillermo Álvarez Fernández2014-08-081-1/+1
| | | |
| * | | Merge pull request #16359 from skanev/after-bundle-in-rails-templatesYves Senn2014-08-063-3/+56
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | Add an after_bundle callback in Rails templates Conflicts: railties/CHANGELOG.md
| | * | Add after_bundle to the release notes and upgrade guideStefan Kanev2014-08-052-0/+35
| | | |
| | * | Add an after_bundle callback in Rails templatesStefan Kanev2014-08-031-3/+21
| | | | | | | | | | | | | | | | | | | | | | | | The template runs before the generation of binstubs – this does not allow to write one, that makes an initial commit to version control. It is solvable by adding an after_bundle callback.
| * | | Merge pull request #16375 from johnnyshields/guidesRichard Schneeman2014-08-041-0/+2
| |\ \ \ | | | | | | | | | | Guides: Add definition of `config.assets.manifest` option to configuring.md
| | * | | [ci skip] Guides: Add definition of `config.assets.manifest` option to ↵Johnny Shields2014-08-051-0/+2
| | |/ / | | | | | | | | | | | | configuring.md
| * | | Pull in the custom configuration concept from dhh/custom_configurationDavid Heinemeier Hansson2014-08-031-0/+21
| | | |
| * | | Update docs to reflect that helper stubs are no longer generatedDavid Heinemeier Hansson2014-08-035-25/+2
| | | |
| * | | Merge pull request #16306 from aditya-kapoor/add-docs-for-uglifierZachary Scott2014-08-021-8/+9
| |\ \ \ | | | | | | | | | | [ci skip] add tip for uglifier in execjs error
| | * | | [ci skip] add tip for uglifier in execjs errorAditya Kapoor2014-08-031-8/+9
| | | |/ | | |/|
| * | | [ci skip] Remove "Machinist" from testing guideyuuji.yaginuma2014-08-031-1/+0
| | |/ | |/|
| * | [ci skip] fix markdownschneems2014-08-021-1/+1
| | |
| * | Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-08-023-29/+9
| |\ \ | | | | | | | | | | | | | | | | Conflicts: guides/source/testing.md
| | * | [ci skip] Normalize all localhost linking.Juanito Fatas2014-07-201-2/+2
| | | |
| | * | [ci skip] Remove duplicated last! section.Juanito Fatas2014-07-161-17/+0
| | | | | | | | | | | | | | | | | | | | | | | | Reference: https://github.com/rails/rails/commit/d4fd0bd17709735ac91e434c94fe99429f078c6e cc @schneems
| | * | [ci skip] Use appropriate mailer syntax.Juanito Fatas2014-07-161-3/+3
| | | | | | | | | | | | | | | | Reference: https://github.com/rails/rails/commit/f7e4362011ceb1317fd401125d48d7ccb9a1079c
| | * | Add link to minitest rdoc & githubGaurish Sharma2014-07-131-1/+3
| | | |
| * | | Deprecate `*_path` methods in mailers@schneems and @sgrif2014-07-301-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Email does not support relative links since there is no implicit host. Therefore all links inside of emails must be fully qualified URLs. All path helpers are now deprecated. When removed, the error will give early indication to developers to use `*_url` methods instead. Currently if a developer uses a `*_path` helper, their tests and `mail_view` will not catch the mistake. The only way to see the error is by sending emails in production. Preventing sending out emails with non-working path's is the desired end goal of this PR. Currently path helpers are mixed-in to controllers (the ActionMailer::Base acts as a controller). All `*_url` and `*_path` helpers are made available through the same module. This PR separates this behavior into two modules so we can extend the `*_path` methods to add a Deprecation to them. Once deprecated we can use this same area to raise a NoMethodError and add an informative message directing the developer to use `*_url` instead. The module with warnings is only mixed in when a controller returns false from the newly added `supports_relative_path?`. Paired @sgrif & @schneems
| * | | :nail_care: from #16329 [ci skip]Zachary Scott2014-07-291-1/+1
| | | |
| * | | Get request should not write to database note added. [skip ci]Deepender Singla2014-07-291-0/+2
| | |/ | |/|
| * | Merge pull request #16258 from mattwarrenrnp/masterYves Senn2014-07-251-11/+20
| |\ \ | | | | | | | | adding indexes on tables in migration scripts [ci skip]
| | * | adding indexes on tables in migration scriptsMatt Warren2014-07-241-11/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | missed one migration script in last commit remove some empty lines using the belongs_to index option to be more concise
| * | | Merge pull request #16276 from y-yagi/bug_report_templatesMatthew Draper2014-07-242-0/+2
| |\ \ \ | | | | | | | | | | [ci skip]Add i18n master to the Gemfile
| | * | | [ci skip]Add i18n master to the Gemfileyuuji.yaginuma2014-07-242-0/+2
| | | | |
| * | | | Merge pull request #16260 from akshay-vishnoi/doc-changeMatthew Draper2014-07-241-2/+1
| |\ \ \ \ | | |/ / / | |/| | | Calling require_self twice in css raises Sprockets::ArgumentError exception [ci skip]
| | * | | Calling require_self twice in css raises Sprockets::ArgumentError exception ↵Akshay Vishnoi2014-07-241-2/+1
| | |/ / | | | | | | | | | | | | [ci skip]