Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Grammar pass on Web Console release note [ci skip] | Zachary Scott | 2014-11-23 | 1 | -3/+3 |
| | |||||
* | Clarify what is being serialized and when it will be deserialized | Zachary Scott | 2014-11-23 | 1 | -2/+2 |
| | | | | [ci skip] | ||||
* | Merge pull request #17721 from yui-knk/fix/rails_on_rack_guide | Zachary Scott | 2014-11-23 | 1 | -1/+1 |
|\ | | | | | [ci skip] Fix class name of middleware. | ||||
| * | [ci skip] Fix class name of middleware. | yui-knk | 2014-11-23 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #17723 from marocu/patch-1 | Arthur Nogueira Neves | 2014-11-23 | 1 | -1/+1 |
|\ \ | | | | | | | Specified beta branch for web-console gem | ||||
| * | | Specified beta branch for web-console gem | Matthew Cullum | 2014-11-22 | 1 | -1/+1 |
| |/ | |||||
* / | Correct example in the engines testing guide [ci skip] | Godfrey Chan | 2014-11-23 | 1 | -14/+25 |
|/ | | | | Reference #17453 | ||||
* | [ci skip] Dispatching is a verb :bow: | Zachary Scott | 2014-11-22 | 1 | -1/+1 |
| | | | | cc #17719 | ||||
* | Fix explanation for ActionDispatch::Callbacks. | yui-knk | 2014-11-23 | 1 | -1/+1 |
| | | | | | ActionDispatch::Callbacks dose not run the prepare callbacks, so change with comment on ActionDispatch::Callbacks. | ||||
* | Fixing wrong link in 'Ruby on Rails Security Guide' [ci skip] | Javier Vidal | 2014-11-22 | 1 | -1/+1 |
| | | | | | | | | | | The URL http://www.h-online.com/security/Symantec-reports-first-active-attack-on-a-DSL-router--/news/102352 points to an article titled 'The H is closing down'. The good one is: http://www.h-online.com/security/news/item/Symantec-reports-first-active-attack-on-a-DSL-router-735883.html | ||||
* | [ci skip] correct example output and filename in pg guide | yuuji.yaginuma | 2014-11-22 | 1 | -2/+2 |
| | |||||
* | Merge pull request #17705 from fgo/patch-14 | Arthur Nogueira Neves | 2014-11-21 | 1 | -2/+2 |
|\ | | | | | Move 'the' outside of SQLite and Bundler link text [ci skip] | ||||
| * | Move 'the' outside of SQLite and Bundler link text [ci skip] | Francis Go | 2014-11-22 | 1 | -2/+2 |
| | | |||||
* | | Update grammar in Getting Started Guide [ci skip] | Francis Go | 2014-11-21 | 1 | -2/+2 |
|/ | |||||
* | _will_change! method is not needed any more [ci skip] | Roberto Miranda | 2014-11-20 | 1 | -5/+0 |
| | | | ref #15674 | ||||
* | [CI SKIP] Improvements to Active Job guide. | Guo Xiang Tan | 2014-11-20 | 1 | -10/+12 |
| | |||||
* | Remove bullet point to unwritten/unreferenced section | Steven Nunez | 2014-11-19 | 1 | -1/+0 |
| | |||||
* | Ruby on Rails 3.0 Release Notes: fix broken link | Javier Vidal | 2014-11-18 | 1 | -1/+1 |
| | |||||
* | Minor English fixes in docs [ci skip] | George Millo | 2014-11-17 | 1 | -1/+1 |
| | |||||
* | add Nokogiri to docs generation guides | Greg Molnar | 2014-11-16 | 1 | -1/+1 |
| | |||||
* | [CI SKIP] Missing space. | Guo Xiang Tan | 2014-11-16 | 1 | -1/+1 |
| | |||||
* | Simplify and fix grammar | Jon Atack | 2014-11-14 | 1 | -5/+4 |
| | | | [skip ci] | ||||
* | [CI SKIP] Corrections to testing guide. | Guo Xiang Tan | 2014-11-14 | 1 | -2/+2 |
| | | | | Partially revert https://github.com/rails/rails/commit/c31e638a37946a120f6dbf207127d36beea5ab85. | ||||
* | [ci skip] Remove deprecated testing tasks | Sandip Ransing | 2014-11-14 | 1 | -4/+2 |
| | | | | | This has changed recently and so rake test:all and rake test:all:db are deprecated. | ||||
* | [ci skip] Improve upon testing tasks guide | Sandip Ransing | 2014-11-14 | 1 | -3/+5 |
| | | | | Add missing testing tasks and also improve upon tasks descriptions | ||||
* | [ci skip] Capybara added to other testing approaches | Sandip Ransing | 2014-11-14 | 1 | -0/+1 |
| | |||||
* | [ci skip] Add one more example to routing testing, and highlight association | Sandip Ransing | 2014-11-13 | 1 | -2/+6 |
| | | | | name keywords | ||||
* | Merge pull request #17348 from DavidGeukers/rake_test_all | David Heinemeier Hansson | 2014-11-12 | 1 | -3/+2 |
|\ | | | | | simplify rake test vs rake test:all | ||||
| * | Simplify rake test vs rake test:all | David Geukers | 2014-11-10 | 1 | -3/+2 |
| | | | | | | | | Renames `rake test:all` to `rake test` by changing old `rake test:run` to previous version of `rake test:all`. Removes old definition of `rake test`. Also renames `rake test:all:db` to `rake test:db` and deprecates `rake test:all` & `rake test:all:db` | ||||
* | | Replace "behaviour" with "behavior" | Dave Powers | 2014-11-11 | 1 | -2/+2 |
| | | | | | | Update to consistently use American English [ci skip] | ||||
* | | Merge pull request #16535 from bf4/patch-1 | Rafael Mendonça França | 2014-11-10 | 2 | -4/+4 |
|\ \ | | | | | | | | | | Allow fallback to LegacyKeyGenerator when secret_key_base is not set but secrets.secret_token is | ||||
| * | | `secret_token` is now saved in `Rails.application.secrets.secret_token` | Benjamin Fleischer | 2014-11-02 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - `secrets.secret_token` is now used in all places `config.secret_token` was - `secrets.secret_token`, when not present in `config/secrets.yml`, now falls back to the value of `config.secret_token` - when `secrets.secret_token` is set, it over-writes `config.secret_token` so they are the same (for backwards-compatibility) - Update docs to reference app.secrets in all places - Remove references to `config.secret_token`, `config.secret_key_base` - Warn that missing secret_key_base is deprecated - Add tests for secret_token, key_generator, and message_verifier - the legacy key generator is used with the message verifier when secrets.secret_key_base is blank and secret_token is set - app.key_generator raises when neither secrets.secret_key_base nor secret_token are set - app.env_config raises when neither secrets.secret_key_base nor secret_token are set - Add changelog Run focused tests via ruby -w -Itest test/application/configuration_test.rb -n '/secret_|key_/' | ||||
* | | | [ci skip] Fix typo in command_line.md | yui-knk | 2014-11-09 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #17557 from yui-knk/fix/command_line_guide | Vijay Dev | 2014-11-08 | 1 | -6/+2 |
|\ \ \ | | | | | | | | | [ci skip] Fix line break on command line guide | ||||
| * | | | [ci skip] Fix line break on command line guide | yui-knk | 2014-11-08 | 1 | -6/+2 |
| | | | | |||||
* | | | | Merge pull request #17476 from robin850/job-testing | Robin Dupret | 2014-11-08 | 1 | -0/+62 |
|\ \ \ \ | |/ / / |/| | | | Add a section about job testing [ci skip] | ||||
| * | | | Add a section about job testing [ci skip] | Ryan Selk | 2014-11-02 | 1 | -0/+62 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Cover lower level job testing (assertions about the execution of the job itself). * Add a table with the custom assertions provided by Active Job's `TestHelper` module. * Add an example testing job queuing inside a model | ||||
* | | | | Guides: Corrected name for assigns key [ci skip] | Jimmy Petersen | 2014-11-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | - Integration test example is now using 'articles' name for both path and assigns key. | ||||
* | | | | [ci skip] modify default host in command line guide | yuuji.yaginuma | 2014-11-07 | 1 | -2/+2 |
| | | | | |||||
* | | | | docs, synchronize 4.2. release notes. [ci skip] | Yves Senn | 2014-11-06 | 1 | -4/+11 |
| | | | | | | | | | | | | | | | | /cc @chancancode | ||||
* | | | | Merge pull request #17529 from slothbear/patch-1 | Yves Senn | 2014-11-06 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Remove redundancy [ci skip] | ||||
| * | | | | Remove redundancy | Paul Morganthall | 2014-11-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I love this guide! and "visually see" is redundant. remove "visually", then the sentence reads: > Action Mailer previews provide a way to see how emails look | ||||
* | | | | | Replace Html with HTML [ci skip] | Prathamesh Sonpatki | 2014-11-06 | 1 | -2/+2 |
|/ / / / | | | | | | | | | | | | | - Everywhere else we using HTML Sanitizer except this place. | ||||
* | | | | Update `bin/rake about` [ci skip] | Arun Agrawal | 2014-11-05 | 1 | -6/+1 |
| | | | | | | | | | | | | | | | | As we are no more displaying frameworks | ||||
* | | | | Add skip-turbolinks entry to 4.2 release notes and improve changelog | Carlos Antonio da Silva | 2014-11-05 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | [ci skip] | ||||
* | | | | Remove skip-gems from 4-2 release notes | Prathamesh Sonpatki | 2014-11-05 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | - This option was removed in https://github.com/rails/rails/commit/bf17c8a531bc80. - [ci skip] | ||||
* | | | | [ci skip] fix `config.assets.digest` default value | yuuji.yaginuma | 2014-11-05 | 1 | -1/+1 |
| | | | | |||||
* | | | | [ci skip] Fixup spelling and grammar in 4.2 guides | eileencodes | 2014-11-04 | 1 | -11/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Capitalize CSS, SQL Change spelling of favour to favor - updated for consistency, the rest of the document uses "favor". Grammar / spelling pass | ||||
* | | | | Mention that articles resource should be added by user in getting started guide | Prathamesh Sonpatki | 2014-11-05 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | [ci skip] | ||||
* | | | | Merge branch 'master' of github.com:rails/rails | Vijay Dev | 2014-11-04 | 9 | -34/+72 |
|\ \ \ \ |