Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo [ci skip] | Jake Worth | 2014-01-08 | 1 | -1/+1 |
| | |||||
* | create/drop test and development databases only if RAILS_ENV is nil | Damien Mathieu | 2014-01-08 | 1 | -0/+2 |
| | | | | Closes #13625 | ||||
* | update 4.1 release notes with deprecation commit link. [ci skip] | Yves Senn | 2014-01-06 | 1 | -1/+2 |
| | |||||
* | Ruby is a proper noun here, not part of code fragment [ci skip] | Soon Van | 2014-01-05 | 1 | -3/+3 |
| | | | | | Last line of note also relates heavily to first part and parenthesis broke reading flow. | ||||
* | Allow an absolute controller path inside a module scope | Andrew White | 2014-01-05 | 1 | -0/+2 |
| | | | | Fixes #12777 | ||||
* | Change all "can not"s to the correct "cannot". | T.J. Schuck | 2014-01-03 | 2 | -3/+3 |
| | |||||
* | Deprecate unused `symbolized_base_class` and `symbolized_sti_name`. | Yves Senn | 2014-01-03 | 1 | -0/+3 |
| | | | | | | | These methods were only used for the `IdentityMap` which was removed. They are no longer used internally and should be removed without replacement. As they were not `:nodoc:`'ed it's better to deprecate them before removal. | ||||
* | Automatically maintain test database schema | Jon Leighton | 2014-01-02 | 5 | -25/+22 |
| | | | | | | | | | | | | | | * Move check from generated helper to test_help.rb, so that all applications can benefit * Rather than just raising when the test schema has pending migrations, try to load in the schema and only raise if there are pending migrations afterwards * Opt out of the check by setting config.active_record.maintain_test_schema = false * Deprecate db:test:* tasks. The test helper is now fully responsible for maintaining the test schema, so we don't need rake tasks for this. This is also a speed improvement since we're no longer reloading the test database on every call to "rake test". | ||||
* | Removed elipsis indicating that the reader should have more code than what ↵ | Mo Omer | 2014-01-01 | 1 | -2/+0 |
| | | | | | | is pasted. [ci skip] | ||||
* | Make explicit that the view file need to be created [ci skip] | Rafael Mendonça França | 2014-01-01 | 1 | -1/+1 |
| | | | | Closes #13566 | ||||
* | Do not highlight rake routes output as ruby code [ci skip] | Rafael Mendonça França | 2014-01-01 | 1 | -2/+2 |
| | | | | Closes #13565 | ||||
* | Merge pull request #13556 from yahonda/update_mysql_grant | Rafael Mendonça França | 2014-01-01 | 1 | -0/+2 |
|\ | | | | | Update grant statement to address #13549 | ||||
| * | Update grant statement to address #13549 | Yasuo Honda | 2014-01-01 | 1 | -0/+2 |
| | | |||||
* | | [ci skip] Add missing flash message in block filter example. | Juanito Fatas | 2014-01-01 | 1 | -2/+5 |
|/ | | | | Also make all three examples consistent. | ||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-12-31 | 1 | -10/+10 |
|\ | |||||
| * | [ci skip] trailing documentation whitespace | schneems | 2013-12-19 | 1 | -10/+10 |
| | | |||||
* | | Update explanation to match example | Steven Nunez | 2013-12-30 | 1 | -1/+1 |
| | | |||||
* | | Typo fix [ci skip] | Ilja Krijger | 2013-12-28 | 1 | -3/+4 |
| | | |||||
* | | doc fix. Use `sess.path` within `open_session`. Closes #13490. [ci skip] | Yves Senn | 2013-12-27 | 1 | -1/+1 |
| | | |||||
* | | Fixed typo [CI skip] | Semenyk Dmitriy | 2013-12-27 | 1 | -1/+1 |
| | | |||||
* | | [ci skip] Update getting started Ruby version. | Juanito Fatas | 2013-12-24 | 1 | -1/+1 |
| | | |||||
* | | [ci skip] a destroy action in controller, not delete [getting_stated.md]. | Juanito Fatas | 2013-12-24 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #13326 from schneems/schneems/add-asset-flag | Guillermo Iguaran | 2013-12-19 | 1 | -0/+27 |
|\ \ | | | | | | | Flag `config.assets.raise_runtime_errors` in dev | ||||
| * | | Flag `config.assets.raise_runtime_errors` in dev | schneems | 2013-12-19 | 1 | -0/+27 |
| | | | | | | | | | | | | | | | By default `config.assets.raise_runtime_errors` should be set to `true` in development for new apps. Source: https://github.com/rails/sprockets-rails/pull/100 | ||||
* | | | Merge pull request #13357 from taryneast/master | Lauro Caetano | 2013-12-19 | 1 | -4/+4 |
|\ \ \ | | | | | | | | | Describe precision + scale in migrations guide | ||||
| * | | | [ci skip] Describe precision + scale in migrations | Taryn East | 2013-12-20 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Telling somebody that "precision sets the precision" is not very helpful. Newbies want to know what precision is *for*, likewise with scale. So I've added a very brief description for each. | ||||
* | | | | Make possible to use symbol as the verifier name | Rafael Mendonça França | 2013-12-19 | 1 | -1/+0 |
| | | | | |||||
* | | | | revises the release notes about message verifiers (second take) [ci skip] | Xavier Noria | 2013-12-19 | 1 | -8/+11 |
| | | | | |||||
* | | | | Revert "revises the release notes about message verifiers [ci skip]" | Xavier Noria | 2013-12-19 | 1 | -11/+8 |
| | | | | | | | | | | | | | | | | This reverts commit 293a1a68992ba3e3e80f9f0f685e866ff79bf11a. | ||||
* | | | | revises the release notes about message verifiers [ci skip] | Xavier Noria | 2013-12-19 | 1 | -8/+11 |
| | | | | | | | | | | | | | | | | Example code does not run yet with beta1. | ||||
* | | | | Merge pull request #13408 from JuanitoFatas/remove-tt | Rafael Mendonça França | 2013-12-19 | 1 | -2/+2 |
|\ \ \ \ | |_|_|/ |/| | | | Remove <tt> tag in 4_1_release notes. [ci skip]. | ||||
| * | | | Remove <tt> tag in 4_1_release notes. [ci skip]. | Juanito Fatas | 2013-12-20 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-12-20 | 4 | -4/+6 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Revert "Update contributing_to_ruby_on_rails.md" | Vijay Dev | 2013-12-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 41ba51f4850a8cd2fe69789011ac33366366d32f. [ci skip] | ||||
| * | | | Revert "Update security.md" | Vijay Dev | 2013-12-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit f4804fafecdc057988575b4516afe9ca1d5f42fc. [ci skip] | ||||
| * | | | Revert "Fix on-site markdown rendering [ci skip]" | Vijay Dev | 2013-12-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 427db6b9d2b35a72f3c017eb19a2e1e800b0a7a3. [ci skip] | ||||
| * | | | Revert "Underscore in markdown should be escaped with backslash [ci skip]" | Vijay Dev | 2013-12-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit b58f3a641795e1777aa3e12a853c34ff512acfb9. Reason: Discussion in https://github.com/rails/docrails/commit/b58f3a641795e1777aa3e12a853c34ff512acfb9 [ci skip] | ||||
| * | | | [ci skip] add `assets.raise_runtime_errors` flag | schneems | 2013-12-14 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | The flag will be used in multiple places to check for errors during runtime if enabled. Source: https://github.com/rails/sprockets-rails/pull/100 | ||||
| * | | | Remove an extra period | Robin Dupret | 2013-12-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | As a side not, the period after etc is not always needed http://en.wiktionary.org/wiki/etc | ||||
| * | | | Update contributing_to_ruby_on_rails.md | Harshad Sabne | 2013-12-01 | 1 | -1/+1 |
| | | | | | | | | | | | | Escape hyphen | ||||
| * | | | Update security.md | Harshad Sabne | 2013-11-30 | 1 | -1/+1 |
| | | | | | | | | | | | | Add escape character for correct rendering | ||||
| * | | | Remove Rdoc formatting from markdown [ci skip] | Harshad Sabne | 2013-11-29 | 1 | -1/+1 |
| | | | | | | | | | | | | Use markdown formatting instead | ||||
| * | | | Fix on-site markdown rendering [ci skip] | Harshad Sabne | 2013-11-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | Underscore in markdown should be escaped with backslash [ci skip] | Harshad Sabne | 2013-11-26 | 1 | -1/+1 |
| | | | | | | | | | | | | In the absence of proper escaping the first link was getting messed up and remaining part of the sentence (2nd link) was not displayed in the rendered markdown on the website though it was displaying correctly in the repository markdown file. | ||||
| * | | | Globalize has moved to a new repository | Harshad Sabne | 2013-11-25 | 1 | -1/+1 |
| | | | | | | | | | | | | From (svenfuchs/globalize3) to (globalize/globalize) | ||||
* | | | | couple of tweaks to the release notes [ci skip] | Xavier Noria | 2013-12-19 | 1 | -2/+2 |
| | | | | |||||
* | | | | pass over half of the release notes [ci skip] | Xavier Noria | 2013-12-19 | 1 | -36/+38 |
| | | | | |||||
* | | | | [ci skip] Remove <tt> tag in 4_1_release notes. | Juanito Fatas | 2013-12-19 | 1 | -2/+2 |
| | | | | |||||
* | | | | Update configuring guide with I18n options regarding available locales | Jared Beck | 2013-12-19 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add information about 'available_locales' and 'enforce_available_locales' to the configuring guide. Closes #13202. [ci skip] | ||||
* | | | | Fix typo [ci skip] | Sıtkı Bağdat | 2013-12-18 | 1 | -1/+1 |
| | | | |