Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update documentation to use Rails.application instead | Marcel Morgan | 2014-04-13 | 6 | -13/+12 |
| | | | | | | | 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. | ||||
| * | | Expand explanation of how to set secrets.yml. [ci skip] | Adrien Lamothe | 2014-04-08 | 1 | -4/+7 |
| | | | |||||
* | | | upgrading section for 4.1 is no longer WIP. [ci skip] | Yves Senn | 2014-04-09 | 1 | -2/+0 |
| | | | |||||
* | | | Guides: minor typo fixed [ci skip] | Vadim Golub | 2014-04-09 | 1 | -1/+1 |
|/ / | |||||
* / | Updates the maintenance policy with new Rails versions | Matias Korhonen | 2014-04-08 | 1 | -3/+3 |
|/ | |||||
* | Added OS X specific commands to installation guide [ci skip] | Jarmo Isotalo | 2014-04-07 | 1 | -1/+14 |
| | | | | Recommended using homebrew for installing MySQL and PostgreSQL | ||||
* | W3C CSP document moved to gihub.io URL [ci skip] | Andy Callaghan | 2014-04-05 | 1 | -1/+1 |
| | | | The old link https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html is now being soft redirected to this new URL | ||||
* | Merge pull request #14569 from matthewd/sqlite_relative_deprecated | Rafael Mendonça França | 2014-04-03 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | Revise 'sqlite3:' URL handling for smoother upgrades Conflicts: activerecord/CHANGELOG.md | ||||
| * | Revise 'sqlite3:' URL handling for smoother upgrades | Matthew Draper | 2014-04-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restore the 4.0 behaviour for 'sqlite3:///', but deprecate it. We'll change to the absolute-path interpretation in 4.2. The current "correct" spellings for in-memory, relative, and absolute URLs, respectively, are: sqlite3::memory: sqlite3:relative/path sqlite3:/full/path Substantially reverses/defers fbb79b517f3127ba620fedd01849f9628b78d6ce. Uncovered by @guilleiguaran while investigating #14495, though that sounds like a different issue. | ||||
* | | In Active Record Querying guide, currently `Merging of scopes` section uses ↵ | ariabov | 2014-04-02 | 1 | -30/+29 |
| | | | | | | | | | | | | a concept of default scope in its example before it is introduced in the following section titled `Applying a default scope`. It makes more sense to switch the ordering to introduce default scopes (`Applying a default scope`) first and then go into `Merging of scopes` section where it is used. | ||||
* | | Merge pull request #14564 from killthekitten/patch-2 | Rafael Mendonça França | 2014-04-02 | 1 | -5/+4 |
|\ \ | | | | | | | Fix default_url_options example in i18n guide | ||||
| * | | Fix default_url_options example in i18n guide [ci skip] | Nikolay Shebanov | 2014-04-03 | 1 | -5/+4 |
| |/ | |||||
* | | Fix cookie serializer docs | Carlos Antonio da Silva | 2014-04-02 | 1 | -3/+3 |
| | | | | | | | | The option actually needs to be set on action_dispatch. [ci skip] | ||||
* | | Fixed small documentation typo | Alessandro Tagliapietra | 2014-04-02 | 1 | -1/+1 |
|/ | | | Using `Rails.application.config.cookies_serializer :hybrid` throws an exception, fixed to `=`. | ||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-03-29 | 2 | -1/+11 |
|\ | |||||
| * | copy edit [ci skip] | Vijay Dev | 2014-03-29 | 1 | -1/+1 |
| | | |||||
| * | Clarify environment_name for logs | Gaurish Sharma | 2014-03-27 | 1 | -1/+1 |
| | | | | | | [ci skip] | ||||
| * | Updating select helper doc [ci skip] | Rashmi Yadav | 2014-03-08 | 1 | -0/+10 |
| | | |||||
* | | [ci skip] Fix Pull Request URL in 4.1 release note. | Juanito Fatas | 2014-03-27 | 1 | -1/+1 |
| | | |||||
* | | link to "Schema migration" Wikipedia page. Closes #14479. [ci skip] | Yves Senn | 2014-03-26 | 1 | -3/+4 |
| | | |||||
* | | synchronize changelogs and 4.1 release notes. [ci skip] | Yves Senn | 2014-03-25 | 1 | -4/+12 |
| | | | | | | | | | | | | | | | | Conflicts: actionpack/CHANGELOG.md activerecord/CHANGELOG.md activesupport/CHANGELOG.md railties/CHANGELOG.md | ||||
* | | fix log_tags request object grammar | Iain D Broadfoot | 2014-03-21 | 1 | -1/+1 |
| | | |||||
* | | Added a warning about serializing data with JSON cookie jars [skip ci] | Godfrey Chan | 2014-03-19 | 2 | -0/+48 |
| | | | | | | | | Closes #14409 | ||||
* | | Fix a typo to make clause plural [ci skip] | chriskohlbrenner | 2014-03-19 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #14379 from robertomiranda/rake-notes.config | Guillermo Iguaran | 2014-03-17 | 1 | -1/+7 |
|\ \ | | | | | | | Add Public Api for Register New Extensions for Rake Notes | ||||
| * | | Update command line guide | robertomiranda | 2014-03-17 | 1 | -1/+7 |
| | | | |||||
* | | | Remove extra white-spaces [ci skip] | Robin Dupret | 2014-03-16 | 1 | -13/+13 |
| | | | | | | | | | | | | Follow up to 024e5e31 | ||||
* | | | Reword 5.6 strong parameters and private method stuff [ci skip] | Afshin Mokhtari | 2014-03-15 | 1 | -11/+28 |
|/ / |