aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #23795 from claudiob/replace-rack-with-rails-commandDavid Heinemeier Hansson2016-02-241-8/+14
|\ | | | | AppGenerator: Replace 'rake' with 'rails_command'
| * AppGenerator: Replace 'rake' with 'rails_command'claudiob2016-02-201-8/+14
| | | | | | | | | | | | | | | | | | | | | | Since Rails 5.0 is switching the Rails command line from 'rake …' to 'rails …', it makes sense to also replace the `rake` method in the Rails templates API. Based on feedback from @matthewd and @kaspth, I chose to replace `rake` with `rails_command`, which is less confusing than the alternatives `rails` or `command` or `rails_run` and is not Thor-reserved word like `task`.
* | Merge pull request #23836 from sstephenson/turbolinks-5Rafael França2016-02-232-8/+8
|\ \ | | | | | | Turbolinks 5 compatibility changes
| * | Update JavaScript guide for Turbolinks 5Sam Stephenson2016-02-231-6/+6
| | |
| * | Switch to `data-turbolinks-track="reload"`Sam Stephenson2016-02-231-2/+2
| | |
* | | [ci skip] No hyphen in 'side effects'Michael Groeneman2016-02-231-1/+1
| | |
* | | [ci skip] Fix typo in Form Helpers GuideMichael Groeneman2016-02-231-1/+1
|/ /
* | update assert_nothing_raised in testing.mdTara Scherner de la Fuente2016-02-221-1/+1
| |
* | Add a note about downcasing submit tagScott Ringwelski2016-02-211-0/+3
|/ | | This is a notable change since this will cause confusing test failures for tests relying on the old naming scheme.
* remove needless `debug_exception_response_format` config [ci skip]yuuji.yaginuma2016-02-191-8/+0
| | | | | Since a0343d11f1bf80a79e273c1d0cf9934ef2601e98, `debug_exception_response_format` config depends on `api_only`. Therefore, if set the `api_only`, need to specify `debug_exception_response_format` is not.
* partial pass over the API guide [ci skip]Xavier Noria2016-02-181-15/+14
|
* Remove github gems from the master bug report templatesRafael Mendonça França2016-02-183-15/+0
| | | | | All gems are released now so we don't need to ask the github repository for these gems anymore.
* [ci skip] fix suggested change-replace 'an' with 'the in Rails engine guide'kamal namdeo2016-02-181-1/+1
|
* Fix the language in engines guidekamal namdeo2016-02-181-1/+1
|
* Add Action Cable CHANGELOG in release notes [ci skip]Prathamesh Sonpatki2016-02-171-0/+1
|
* [ci skip] Updating edge rails guides to include `on_weekday?` on Date, Time ↵Chirag Aggarwal2016-02-171-1/+5
| | | | | | and DateTime [ci skip] Adding `on_weekend?` method in edge rails guides
* reset `ActionMailer::Base.deliveries` in `ActionDispatch::IntegrationTest`.Yves Senn2016-02-161-3/+3
| | | | | | | | | Whenever you are sending emails in integration tests using the `:test` delivery method you need to make sure that `ActionMailer::Base.deliveries` is reset after every test. This piece of boilerplate code is present in all my applications that send emails. Let's have `ActionDispatch::IntegrationTest` reset the deliveries automatically.
* Merge pull request #23688 from meinac/guide_typo_fixEileen M. Uchitelle2016-02-153-3/+3
|\ | | | | Fix small typo in i18n guide [ci skip]
| * Fix small typo in Rails guides [ci skip]Mehmet Emin İNAÇ2016-02-153-3/+3
| |
* | Merge pull request #23687 from vipulnsward/add-on-weekdayDavid Heinemeier Hansson2016-02-151-1/+1
|\ \ | |/ |/| Add `#on_weekday?` method to `Date`, `Time`, and `DateTime`.
| * Add `#on_weekday?` method to `Date`, `Time`, and `DateTime`.Vipul A M2016-02-151-1/+1
| |
* | restores the guides layout header [ci skip]Xavier Noria2016-02-131-1/+11
|/
* Merge pull request #23660 from meinac/change_x_gzip_to_gzipJon Moss2016-02-131-1/+1
|\ | | | | Change x-gzip to gzip in docs [ci skip]
| * Change x-gzip to gzip in docs [ci skip]Mehmet Emin İNAÇ2016-02-131-1/+1
| | | | | | | | For more information about GNU zip mime type please check IETF's web site [RFC6713](http://tools.ietf.org/html/rfc6713) or [IANA](http://www.iana.org/assignments/media-types/media-types.xhtml#application)
* | Merge pull request #23654 from kamipo/fix_grammar_a_to_anJon Moss2016-02-136-6/+6
|\ \ | |/ |/| Fix grammar `a` to `an` [ci skip]
| * Fix grammar `a` to `an` [ci skip]Ryuta Kamizono2016-02-136-6/+6
| |
* | add missing name option to flash test example [ci skip]yuuji.yaginuma2016-02-131-2/+2
|/
* Use correct path in documentation.Tom von Schwerdtner2016-02-122-2/+2
| | | | | | s/config\/production/config\/environments\/production/ [ci skip]
* Merge pull request #23612 from vipulnsward/23561-fix-routes-argsKasper Timm Hansen2016-02-121-5/+5
|\ | | | | Fix argument passing to rake routes
| * - Fixed and removed long arguments to rake routesVipul A M2016-02-121-5/+5
| | | | | | | | | | | | - Fixed related documentation and usage all around Fixes #23561
* | Fix numbers of steps to upgrade Rails [ci skip]Prathamesh Sonpatki2016-02-121-3/+3
| |
* | Improve wording in documentation changeLeslie Viljoen2016-02-121-3/+3
| | | | | | | | [ci skip]
* | Document the upgrade processLeslie Viljoen2016-02-121-0/+15
| | | | | | | | | | | | | | | | The iterative process one has to follow is not currently documented, and people could be unfamiliar with the Rails versioning scheme, causing them to skip versions or upgrade to patch releases. [ci skip]
* | Update active_record_querying.mdMark J. Lehman2016-02-101-0/+22
|/ | | Added important distinction between scopes and class methods.
* Merge pull request #23583 from brchristian/penultimateDavid Heinemeier Hansson2016-02-101-1/+1
|\ | | | | Array.second_to_last and Array.third_to_last access methods
| * rename to 'second_to_last' and 'third_to_last'Brian Christian2016-02-101-1/+1
| |
| * allow Array.penultimate and Array.antepenultiate access methodsBrian Christian2016-02-091-1/+1
| |
* | Fix typoJohn Cole2016-02-091-2/+2
| |
* | Fixed grammatical errors in rails docs [ci skip]Matt Michnal2016-02-092-4/+4
|/ | | | | | Fixed errors in rails migrations docs [ci skip] Fixed errors in rails security docs [ci skip]
* Update documentation regarding initializers [ci skip]Dave Gynn2016-02-091-4/+16
| | | | | | | - Remove ActionController `logger` and `initialize_framework_caches` which were merged into `set_configs` in fbc9d0f4 - Rename ActiveRecord `set_reloader_hooks` changed in 283a0876 - Add missing initializers for ActionController and ActiveRecord
* remove description of `render :nothing` from guide [ci skip]yuuji.yaginuma2016-02-091-1/+1
| | | | `:nothing` option was deprecated in 44781b6e9790d90b4f8b9a41d2b2c114b1a582ee
* [ci skip] Fix grammarAbhishek Jain2016-02-091-1/+1
|
* Fix a typoPrayag Verma2016-02-081-1/+1
| | | Replace `a` with `an`
* Remove references to Rails 4 from assets guide [ci skip]Prathamesh Sonpatki2016-02-081-9/+9
|
* update turbolinks url [ci skip]mabras2016-02-081-2/+2
|
* doc changesLarry Kyrala2016-02-072-3/+6
| | | | | | | | | | | | | | for rails/rails#23431 modified: guides/source/asset_pipeline.md * description of asset combination from apps and gems, e.g. jquery-rails * after @vipulnsward's related change rails/rails#23479 correction: --skip-sprockets will prevent all of these gems, not just sass-rails and uglifier modified: guides/source/working_with_javascript_in_rails.md * noted that rails.js requires the asset pipeline [ci skip]
* Publish guide on "Using Rails for API-only Applications"Vipul A M2016-02-071-1/+0
| | | | | Fixes #23322 [ci skip]
* Separate for new and existing applications clearlyVijay Dev2016-02-071-0/+4
| | | | [ci skip]
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-02-071-1/+1
|\
| * [ci skip] fix typoMikhail Dieterle2016-01-301-1/+1
| |