Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #11986 from fedesoria/patch-3 | Xavier Noria | 2013-08-26 | 1 | -0/+5 |
|\ | | | | | Warning on doc for assets under lib|vendor not precompiling | ||||
| * | Warning on doc for assets under lib|vendor not precompiling | Federico Soria | 2013-08-26 | 1 | -0/+5 |
| | | |||||
* | | Add note about features vs. bugs. | Steve Klabnik | 2013-08-26 | 1 | -3/+22 |
| | | | | | | | | | | Sometimes people ask what makes a feature and what makes a bug, so let's clarify that so we can show it to people later. | ||||
* | | Flesh out feedback portion of contributing guide. | Steve Klabnik | 2013-08-26 | 1 | -1/+18 |
| | | | | | | | | | | I don't know of anyone that hangs out in #rails-contrib, and we should also let people know that feedback can take some time. | ||||
* | | Soften wording about knowing other devs. | Steve Klabnik | 2013-08-26 | 1 | -1/+7 |
| | | | | | | | | | | Many people don't, so point them to a place where they can meet some. | ||||
* | | Merge pull request #12015 from vipulnsward/add_dynamic_finders_to_upgrade | Steve Klabnik | 2013-08-26 | 1 | -0/+12 |
|\ \ | | | | | | | Add Finder API changes to upgrading guide [ci skip] | ||||
| * | | Add Finder API changes to upgrading guide [skip ci] | Vipul A M | 2013-08-26 | 1 | -0/+12 |
| | | | |||||
* | | | fix typo in the credit section of the guides. [ci skip] | Yves Senn | 2013-08-26 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #11997 from startupjockey/add_credits_AS | Yves Senn | 2013-08-26 | 1 | -0/+4 |
|\ \ \ | | | | | | | | | Adds Akshay Surve to Rails Guides credits list [ci skip] | ||||
| * | | | Adds Akshay Surve to Rails Guides credits list | Akshay Surve | 2013-08-23 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I had written the original guide for "A Guide to Testing Rails Applications". The current documents maintains the same structure and examples I had drafted albeit with some minor changes to keep up with newer version of Rails. Older version which had credits included: http://guides.rubyonrails.org/v2.3.11/testing.html Github lifo/docrails History: https://github.com/rails/rails/commits/ff359af86505b4d317b7467e7f79aa2ef2c5e795/railties/doc/guides/source/testing_rails_applications.txt | ||||
* | | | | Removing instances of string class_names in fixtures. | wangjohn | 2013-08-24 | 1 | -1/+1 |
| |/ / |/| | | | | | | | | | | | | | | | | | Also, constantizing the default_fixture_model_name when it gets loaded in from the file. Later, when the class_name is passed to a new FixtureSet, a deprecation warning will occur if the class_name is a string. | ||||
* | | | typo [ci skip] | Xavier Noria | 2013-08-23 | 1 | -1/+1 |
| | | | |||||
* | | | cleans the guides sources from fancy non-ASCII stuff | Xavier Noria | 2013-08-23 | 21 | -96/+96 |
|/ / | |||||
* / | Add a note about edge guides in the feedback section[ci skip] | Prathamesh Sonpatki | 2013-08-23 | 1 | -2/+4 |
|/ | |||||
* | Merge pull request #11943 from suginoy/ar-order-notation | Yves Senn | 2013-08-22 | 1 | -0/+10 |
|\ | | | | | Add examples of AR order method's hash notation to Rails Guide [ci skip] | ||||
| * | Add examples of AR order method's hash notation to Rails Guide [ci skip] | Sugino Yasuhiro | 2013-08-22 | 1 | -0/+10 |
| | | |||||
* | | Added bug report template for ActionController | Paul Nikitochkin | 2013-08-21 | 1 | -4/+6 |
| | | | | | | | | [ci skip] | ||||
* | | Remove set_primary_key, replace with primary_key= | Luka Marčetić | 2013-08-21 | 1 | -2/+2 |
| | | | | | | First deprecated, now removed: https://github.com/rails/rails/commit/9add7608f1acaa68b025470e7a38901d7e6161ca#activerecord/lib/active_record/attribute_methods/primary_key.rb | ||||
* | | Change the wording to explain following methods skip callbacks [ci skip] | Prathamesh Sonpatki | 2013-08-19 | 1 | -1/+3 |
| | | |||||
* | | explain how to contribute to the documentation. | Yves Senn | 2013-08-19 | 2 | -9/+7 |
| | | | | | | | | Follow-up to #11934 | ||||
* | | clarify instructions in contributing_to_ruby_on_rails.md for committing [ci ↵ | Rex Feng | 2013-08-19 | 1 | -1/+1 |
|/ | | | | skip] | ||||
* | Fix typo [ci skip] | Carlos Antonio da Silva | 2013-08-19 | 1 | -1/+1 |
| | |||||
* | Merge pull request #11914 from pawel2105/development-dependencies-guides-fix | Guillermo Iguaran | 2013-08-18 | 1 | -1/+23 |
|\ | | | | | Memcached note for Rails guides [ci skip] | ||||
| * | Add note about installing and running Memcached for Rails test suite tests ↵ | Pawel Janiak | 2013-08-16 | 1 | -1/+23 |
| | | | | | | | | that depend on it. [ci skip] | ||||
* | | blorgh_engine to blorgh [ci-skip] | scaryguy | 2013-08-18 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-08-17 | 6 | -26/+76 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | Conflicts: actionview/README.rdoc activerecord/lib/active_record/migration.rb guides/source/development_dependencies_install.md guides/source/getting_started.md | ||||
| * | | Revert "Merge branch 'master' of github.com:rails/docrails" | Vijay Dev | 2013-08-17 | 8 | -52/+62 |
| | | | | | | | | | | | | | | | | | | | | | This reverts commit 70d6e16fbad75b89dd1798ed697e7732b8606fa3, reversing changes made to ea4db3bc078fb3093ecdddffdf4f2f4ff3e1e8f9. Seems to be a code merge done by mistake. | ||||
| * | | [getting started] Don't define resources :posts a second time + clarify ↵ | Ryan Bigg | 2013-08-16 | 1 | -14/+4 |
| | | | | | | | | | | | | messaging around 'Showing Posts' section | ||||
| * | | Added new line [ci skip] | Rashmi Yadav | 2013-08-14 | 1 | -0/+1 |
| | | | |||||
| * | | Added docs for 'remove' method [ci skip] | Rashmi Yadav | 2013-08-14 | 1 | -0/+11 |
| | | | |||||
| * | | Merge branch 'master' of github.com:rails/docrails | Thiago Pinto | 2013-08-14 | 8 | -62/+52 |
| |\ \ | |||||
| | * | | Minor align BR tags with HTML void - with reference to the generators code ↵ | AvnerCohen | 2013-08-07 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | change - https://github.com/rails/rails/commit/f038d4cc5fe1ac21f92c7e32c61ff85a0c816f3f | ||||
| | * | | Added Action View in 'rake about' [ci skip] | Arun Agrawal | 2013-08-02 | 1 | -5/+6 |
| | | | | |||||
| * | | | guides should tell people to write ruby code, not output | Thiago Pinto | 2013-08-14 | 1 | -0/+7 |
| | | | | |||||
* | | | | Merge pull request #11059 from robin850/improve-test-guide | Xavier Noria | 2013-08-16 | 1 | -6/+64 |
|\ \ \ \ | | | | | | | | | | | Improve the testing guide [ci skip] | ||||
| * | | | | Improve the testing guide [ci skip] | Robin Dupret | 2013-06-25 | 1 | -6/+64 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve the "Testing Rails Applications" guide adding a section for testing helpers and a little note about associations with ActiveRecord and YAML fixtures. Also add a link to Fixture Builder ; yet another replacement for fixtures such as Machinist or FactoryGirl. | ||||
* | | | | | Use binary mode to write uploaded files [ci skip] See: ↵ | Brendon Muir | 2013-08-16 | 1 | -1/+1 |
| |_|_|/ |/| | | | | | | | | | | | http://stackoverflow.com/a/4988984/129798 for an explanation for why this is required for Ruby 1.9. | ||||
* | | | | document `assert_not_XYZ` in place of `refute_XYZ`. | Yves Senn | 2013-08-14 | 1 | -10/+10 |
| | | | | |||||
* | | | | Merge pull request #11617 from swooop/doc_sanitize | Xavier Noria | 2013-08-14 | 1 | -0/+66 |
|\ \ \ \ | | | | | | | | | | | Added SanitizeHelper to rails guide docs [ci skip] | ||||
| * | | | | Added SanitizeHelper to rails guide docs [ci skip] | Toby Sims | 2013-07-29 | 1 | -0/+66 |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | Added SanitizeHelper to rails guide docs [ci skip] Added SanitizeHelper to rails guide docs update [ci skip] | ||||
* | | | | Merge pull request #11756 from zilkey/master | Yves Senn | 2013-08-13 | 1 | -0/+13 |
|\ \ \ \ | | | | | | | | | | | added String#to_date documentation to Rails 4 upgrade guide [ci skip] | ||||
| * | | | | added String#to_date documentation to Rails 4 upgrade guide | Jeff Dean | 2013-08-06 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | [ci skip] | ||||
* | | | | | Merge pull request #11807 from jetthoughts/11804_actions_are_public_methods | Steve Klabnik | 2013-08-13 | 1 | -0/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | Add description of action in Getting Started Guide [ci skip] | ||||
| * | | | | | #11804: Add description of action in Getting Started Guide | Paul Nikitochkin | 2013-08-13 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] Closes #11804 | ||||
* | | | | | | Merge pull request #11847 from AJ-Acevedo/master | Steve Klabnik | 2013-08-13 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Updated outdated initialization guide [ci skip] | ||||
| * | | | | | Updated outdated initialization guide [ci skip] | AJ Acevedo | 2013-08-13 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Add plural form example for AR I18n section [ci skip] | Sadjow Leão | 2013-08-13 | 1 | -0/+13 |
| | | | | | | |||||
* | | | | | | Merge pull request #11823 from fomede/add-jquery-ujs-reference-link | Steve Klabnik | 2013-08-12 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add events reference link to the text about jquery-ujs [ci skip] | ||||
| * | | | | | | Add events reference link to the text about jquery-ujs [ci skip] | Sadjow Leão | 2013-08-12 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Added comment to a guide about necessity of `:dependent` option for ↵ | Ilya Vorontsov | 2013-08-12 | 1 | -0/+6 |
| |/ / / / / |/| | | | | | | | | | | | | | | | | | associations with NOT NULL constraint |