Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't rely on Arel master in bug report template [ci skip] | Robin Dupret | 2014-04-19 | 1 | -1/+0 |
| | | | | | | We should rely instead on the version supported by Active Record Closes #14809 | ||||
* | Merge pull request #14804 from akshay-vishnoi/doc_changes | Arthur Nogueira Neves | 2014-04-19 | 1 | -1/+1 |
|\ | | | | | "subhash" --> "sub-hash" | ||||
| * | "subhash" --> "sub-hash" | Akshay Vishnoi | 2014-04-19 | 1 | -1/+1 |
| | | |||||
* | | wrap methods in backticks [ci skip] | Anton Kalyaev | 2014-04-19 | 1 | -2/+2 |
|/ | |||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-04-18 | 6 | -118/+146 |
|\ | |||||
| * | Fix spelling and proper nouns | Steven Harman | 2014-04-17 | 2 | -5/+5 |
| | | | | | | | | [ci skip] | ||||
| * | [ci skip] document `statement_limit` | schneems | 2014-04-15 | 1 | -1/+11 |
| | | | | | | | | | | Per discussion at https://github.com/rails/rails/issues/14645#issuecomment-40499409 | ||||
| * | [ci skip] PP does not generate pass by default | schneems | 2014-04-15 | 1 | -2/+0 |
| | | | | | | | | This was changed in https://github.com/rails/rails/pull/13415/files | ||||
| * | Fix spelling errors and grammar issues | Steven Harman | 2014-04-13 | 1 | -8/+11 |
| | | | | | | | | | | | | Including replacing a few "smart quotes" with regular quotes (' and "), for consistency. [ci skip] | ||||
| * | Fix a few grammar issues. [ci skip] | Steven Harman | 2014-04-11 | 1 | -5/+4 |
| | | |||||
| * | Use path where extensions are defined, not used | Steven Harman | 2014-04-11 | 1 | -3/+3 |
| | | | | | | | | | | | | | | For consistency with all other documentation, point to where these core extensions are defined, not where the example code comes from. [ci skip] | ||||
| * | Instead boat load of libraries, simply say StdLib | Gaurish Sharma | 2014-04-09 | 1 | -1/+1 |
| | | |||||
| * | Improve Contributing to Rails Guide | Gaurish Sharma | 2014-04-06 | 1 | -104/+122 |
| | | | | | | Logically group the content, so it makes more sense if someone tries to read from start of page to end of page. [ci skip] | ||||
* | | :uglify -> :uglifier | Brad Dunbar | 2014-04-18 | 1 | -1/+1 |
| | | | | | | | | | | The name of the gem is `uglifier` and all other references use `uglifier`, not `uglify`. | ||||
* | | Include default rails protect_from_forgery with: :exception | PaulL1 | 2014-04-17 | 1 | -4/+4 |
| | | | | | | | | | | | | Extend previous changes, include the default line from the application controller that new rails applications are created with: protect_from_forgery with: :exception Minor wording changes to align. | ||||
* | | CSRF protection should rescue exception not extend | PaulL1 | 2014-04-17 | 1 | -3/+2 |
| | | | | | | | | | | I think the changes to the default behaviour mean that rails will throw an exception when an invalid authenticity token is found. The previous proposed code of calling super then sign_out meant that sign_out was never reached - the exception handler never returned. I think the best approach now is to catch the exception, although I'm not 100% certain on that. | ||||
* | | [skip ci] Reorder i18n guide | Kyle Heironimus | 2014-04-16 | 1 | -54/+54 |
| | | | | | | | | | | | | | | | | | | | | Currently, the section called "How to store your custom translations" has several subheadings that make no sense, such as "Translations for ActiveRecord models." These make more sense under the "Overview of the I18n API Features" section. I moved the "How to store..." section down to the more appropriate sub-headings "Using Different Backends" and "Using Different Exception Handlers" and removed the "Customize your i18n setup" header. | ||||
* | | Merge pull request #11836 from mcfiredrill/engines-testing-doc | Arthur Nogueira Neves | 2014-04-16 | 1 | -0/+10 |
|\ \ | | | | | | | additional note about routes in functional tests for engines [ci skip] | ||||
| * | | additional note about routes in functional tests for engines [ci skip] | Tony Miller | 2013-08-10 | 1 | -0/+10 |
| | | | |||||
* | | | [ci skip] Avoid suggesting dangerous code in i18n guide | Mike MacDonald | 2014-04-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Calling `to_sym` on user input opens apps up to Denial of Service attacks, via the symbol table being expanded to consume vast swathes of memory. It is a fairly common configuration to have DNS configured such that all subdomains route to your Rails app, in which case an attacker visits `www1.foo.com`, `www2.foo.com`, and so on until something gives. It is far less likely to have this problem with TLDs, so that change was only for consistency. | ||||
* | | | [ci skip] Add missing end in one of the examples in Migrations.md. | Juanito Fatas | 2014-04-15 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #14729 from akshay-vishnoi/doc_changes | Richard Schneeman | 2014-04-14 | 1 | -3/+3 |
|\ \ \ | | | | | | | | | [ci skip] Improve doc, fix grammatical issue | ||||
| * | | | [ci skip] Improve doc, fix grammatical issue | Akshay Vishnoi | 2014-04-13 | 1 | -3/+3 |
| | | | | |||||
* | | | | [ci skip] Added link to ruby-lang.org installation. | ZENATI YASSINE | 2014-04-14 | 1 | -1/+1 |
| | | | | |||||
* | | | | - Fix lingering reference to `:text` instead of the newer `:plain` | Christopher Owen | 2014-04-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | - Section references `form_tag` instead of the `form_for` used in the example | ||||
* | | | | Disable assest cache store in docs [ci skip] | Nick Borromeo | 2014-04-13 | 1 | -0/+8 |
| | | | | |||||
* | | | | [ci skip] Use plain underscore instead of "\_". | Juanito Fatas | 2014-04-13 | 4 | -5/+5 |
| | | | | |||||
* | | | | Update documentation to use Rails.application instead | Marcel Morgan | 2014-04-13 | 15 | -22/+21 |
|/ / / | | | | | | | | | | | | | | | | | | | References to ``AppName::Application` removed in favour of ``Rails.application`` as generated with a new rails 4.1 app. [ci skip] | ||||
* | | | Missing 'are' in note - [ci skip] | Afshin Mokhtari | 2014-04-12 | 1 | -1/+1 |
| | | | | | | | | | This is in the note at the end of Section 2: Controller Naming Convention. [ci skip] | ||||
* | | | Fix a few typos [ci skip] | Robin Dupret | 2014-04-12 | 1 | -13/+13 |
| | | | | | | | | | | | | This is a follow up to 545afc15. | ||||
* | | | Change links to 37signals and svn blog to point to new destinations. [ci skip] | Vipul A M | 2014-04-12 | 2 | -3/+3 |
| | | | |||||
* | | | Merge pull request #14646 from deivid-rodriguez/provide_byebug_by_default | Rafael Mendonça França | 2014-04-11 | 1 | -257/+411 |
|\ \ \ | | | | | | | | | Improve debugging support | ||||
| * | | | Re-review the debugging guide. | David Rodríguez de Dios | 2014-04-11 | 1 | -133/+218 |
| | | | | | | | | | | | | | | | | Tested on a brand new app to exactly match current byebug's behaviour. | ||||
| * | | | Minor fixes in the rails debugging guide | David Rodríguez de Dios | 2014-04-11 | 1 | -2/+2 |
| | | | | |||||
| * | | | Update debugging guide to use byebug | David Rodríguez de Dios | 2014-04-08 | 1 | -177/+246 |
| | | | | |||||
* | | | | Fix version indicator on guides and link to Rails 4.0 [ci skip] | Rafael Mendonça França | 2014-04-11 | 1 | -1/+4 |
| | | | | |||||
* | | | | Merge pull request #14689 from matthewd/asset_initializer | Rafael Mendonça França | 2014-04-11 | 1 | -4/+4 |
|\ \ \ \ | | | | | | | | | | | Move assets precompile (and version) to an initializer | ||||
| * | | | | Move assets precompile (and version) to an initializer | Matthew Draper | 2014-04-11 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | sprockets-rails 2.1 needs the precompile list to be available in all environments. | ||||
* | | | | | Merge pull request #14707 from minio-sk/fix-issue-14702 | Rafael Mendonça França | 2014-04-11 | 1 | -0/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Be explicit about allowed constraint values, fixes #14702 | ||||
| * | | | | | Be explicit about allowed constraint values, fixes #14702 | Jano Suchal | 2014-04-11 | 1 | -0/+2 |
| | | | | | | |||||
* | | | | | | Merge pull request #14705 from akshay-vishnoi/doc_changes | Rafael Mendonça França | 2014-04-11 | 1 | -0/+3 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Add more test case for #demodulize, Improve documentation | ||||
| * | | | | | Add more test case for #demodulize, Improve documentation | Akshay Vishnoi | 2014-04-11 | 1 | -0/+3 |
| | | | | | | |||||
* | | | | | | Merge pull request #14694 from heironimus/callback_guide | Rafael Mendonça França | 2014-04-10 | 1 | -0/+3 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Add after_commit/after_rollback to callback list | ||||
| * | | | | | Add after_commit/after_rollback to callback list | Kyle Heironimus | 2014-04-10 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding after_commit/after_rollback to list of callbacks in order helps explain the callback order as well as making it consistent with the API docs at http://api.rubyonrails.org/classes/ActiveRecord/Callbacks.html | ||||
* | | | | | | [ci skip] Remove false documentation | Akshay Vishnoi | 2014-04-11 | 1 | -14/+1 |
|/ / / / / | |||||
* | | | | | Merge pull request #14677 from JuanitoFatas/update-initialization-code-snippets | Rafael Mendonça França | 2014-04-10 | 1 | -53/+102 |
|\ \ \ \ \ | |/ / / / |/| | | | | [ci skip] Update code snippets to latest master (initialization.md). | ||||
| * | | | | [ci skip] Update code snippets to latest master (initialization.md). | Juanito Fatas | 2014-04-10 | 1 | -53/+102 |
| | | | | | | | | | | | | | | | | | | | | Also update the `server.run` example (Replace Mongrel with Puma). | ||||
* | | | | | Correct factual error for page not found | Parth Bharadiya | 2014-04-10 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | depend_on_asset is not required anymore on sprockets-rails 2.1.2 | Rafael Mendonça França | 2014-04-09 | 1 | -19/+4 |
| | | | | |||||
* | | | | Merge pull request #14654 from Alamoz/secret_key | Rafael Mendonça França | 2014-04-09 | 1 | -4/+7 |
|\ \ \ \ | | | | | | | | | | | Expand explanation of how to set secrets.yml. |