Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert tables to table format | Jason Noble | 2011-11-13 | 1 | -10/+13 |
| | |||||
* | Grammar change | Jason Noble | 2011-11-13 | 1 | -1/+1 |
| | |||||
* | Be explicit on where the show.html.erb is located | Jason Noble | 2011-11-13 | 1 | -1/+1 |
| | |||||
* | Make the guide more friendly | Jason Noble | 2011-11-13 | 1 | -8/+10 |
| | | | - Changed Rails 3.0 to 3.0+ | ||||
* | Be explicit about changing code | Jason Noble | 2011-11-13 | 1 | -2/+2 |
| | |||||
* | p.errors.full_messages is a little more human readable | Jason Noble | 2011-11-13 | 1 | -4/+2 |
| | |||||
* | Add link to AR Validations and Callbacks to further explain validations | Jason Noble | 2011-11-13 | 1 | -1/+2 |
| | |||||
* | Update wording to read better | Jason Noble | 2011-11-13 | 1 | -1/+1 |
| | |||||
* | Update wording to be more explicit on what the timestamp fields track | Jason Noble | 2011-11-13 | 1 | -5/+5 |
| | |||||
* | Update order so they show up in the order they do in the scaffolding output | Jason Noble | 2011-11-13 | 1 | -7/+7 |
| | |||||
* | Update wording to flow better | Jason Noble | 2011-11-13 | 1 | -3/+3 |
| | |||||
* | Fix typo | Jason Noble | 2011-11-13 | 1 | -1/+1 |
| | |||||
* | Move Tip up higher so users who are fine with SQLite can skip to the next ↵ | Jason Noble | 2011-11-13 | 1 | -16/+18 |
| | | | | section | ||||
* | Updated wording to read better | Jason Noble | 2011-11-13 | 1 | -3/+4 |
| | |||||
* | Updated wording on what 'rails new blog' did for the user | Jason Noble | 2011-11-13 | 1 | -11/+11 |
| | | | | | - Alphabetized the files/folders created - Added link to Configuring Rails Applications | ||||
* | Use rails help new instead of rails new -h | Jason Noble | 2011-11-13 | 1 | -2/+1 |
| | |||||
* | Move paragraphs to flow better | Jason Noble | 2011-11-13 | 1 | -7/+15 |
| | | | - Give the user a way to know they are fully installed and ready to continue | ||||
* | Add Tip about skipping to Section 3 if they want to come back to the ↵ | Jason Noble | 2011-11-13 | 1 | -0/+4 |
| | | | | philosophy later | ||||
* | Fix bad English. | Cheah Chu Yeow | 2011-11-13 | 1 | -1/+1 |
| | |||||
* | Clearing cache in action caching is not "the exact same way" as with page ↵ | Cheah Chu Yeow | 2011-11-13 | 1 | -1/+1 |
| | | | | caching. | ||||
* | Suggest a workaround for page caching and parameters instead of an unhelpful ↵ | Cheah Chu Yeow | 2011-11-13 | 1 | -1/+1 |
| | | | | warning. | ||||
* | Fix "in memory" where it should be "in-memory". | Cheah Chu Yeow | 2011-11-13 | 3 | -4/+4 |
| | |||||
* | For what it's worth; Update `memcache-client` gem name | Prem Sichanugrist | 2011-11-11 | 1 | -1/+1 |
| | |||||
* | Revert "Fix "in memory" where it should be "in-memory"." | Vijay Dev | 2011-11-11 | 5 | -7/+7 |
| | | | | | | This reverts commit e34e4d43301618307f94123d3710f094297f91f3. Reason: code changes are not allowed in docrails. | ||||
* | Update Memcached website to its new one at http://memcached.org/. | Cheah Chu Yeow | 2011-11-11 | 1 | -1/+1 |
| | |||||
* | Fix "in memory" where it should be "in-memory". | Cheah Chu Yeow | 2011-11-11 | 5 | -7/+7 |
| | |||||
* | update ci file name in contributing guide | Vijay Dev | 2011-11-11 | 1 | -1/+1 |
| | |||||
* | fixed example code indentation | Wojciech Wnętrzak | 2011-11-10 | 1 | -6/+6 |
| | |||||
* | Fix a tiny typo in custom validators documentation | Jean Boussier | 2011-11-10 | 1 | -1/+1 |
| | |||||
* | Cosmetic fix in number_to_currency docs | Alexey Vakhov | 2011-11-10 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2011-11-08 | 8 | -33/+25 |
|\ | | | | | | | | | Conflicts: railties/guides/source/active_record_querying.textile | ||||
| * | Replace example with SQL placeholder syntax. | Joost Baaij | 2011-11-08 | 1 | -1/+1 |
| | | | | | | This works just fine, is less code, and reduces the risk of someone implementing a SQL injection vulnerability. | ||||
| * | Fix small typo in link_to_function doc | Alexey Vakhov | 2011-11-08 | 1 | -1/+1 |
| | | |||||
| * | document fix: remove_column takes multiple column_names | Akira Matsuda | 2011-11-07 | 1 | -2/+2 |
| | | |||||
| * | self.up, self.down => up, down | Akira Matsuda | 2011-11-07 | 3 | -7/+6 |
| | | |||||
| * | Fixed stale doc in AbstractController::Layouts | Dalibor Nasevic | 2011-11-06 | 1 | -12/+5 |
| | | |||||
| * | fix markups for plus in AR guide | Vijay Dev | 2011-11-06 | 1 | -10/+10 |
| | | |||||
* | | Merge pull request #3568 from bfolkens/master-url_subdomain_with_numeric_host | José Valim | 2011-11-08 | 2 | -1/+12 |
|\ \ | | | | | | | Fix trouble using :subdomain in development environment when using numeric addresses. | ||||
| * | | Fix trouble using :subdomain in development environment when using ↵ | Bradford Folkens | 2011-11-08 | 2 | -1/+12 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | numeric addresses. See-also pull request #3561 from 3-1-stable Otherwise the following occurs: TypeError: can't convert nil into String /Users/bfolkens/dev/bfolkens-rails-core/actionpack/lib/action_dispatch/http/url.rb:75:in host_or_subdomain_and_domain' /Users/bfolkens/dev/bfolkens-rails-core/actionpack/lib/action_dispatch/http/url.rb:37:in url_for' /Users/bfolkens/dev/bfolkens-rails-core/actionpack/lib/action_dispatch/routing/url_for.rb:147:in test_subdomain_may_be_accepted_with_numeric_host' /Users/bfolkens/dev/bfolkens-rails-core/activesupport/lib/active_support/testing/setup_and_teardown.rb:67:in run' /Users/bfolkens/dev/bfolkens-rails-core/activesupport/lib/active_support/callbacks.rb:426:in send' /Users/bfolkens/dev/bfolkens-rails-core/activesupport/lib/active_support/callbacks.rb:81:in run' | ||||
* | | Merge pull request #3564 from arunagw/uncommitted_rake_fix | José Valim | 2011-11-08 | 1 | -3/+9 |
|\ \ | | | | | | | Should be checking if file exists or not. | ||||
| * | | Should be checking if file exists or not. | Arun Agrawal | 2011-11-08 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | | | I found this bug when running rake test:uncommitted on a newly generated rails app which don't have test file for application_controller. Can see detail here #3461 | ||||
* | | | Merge pull request #3565 from arunagw/warning_remove_release_file | Xavier Noria | 2011-11-08 | 1 | -4/+4 |
|\ \ \ | |/ / |/| | | Warnings removed. | ||||
| * | | Warnings removed. | Arun Agrawal | 2011-11-08 | 1 | -4/+4 |
|/ / | |||||
* | | Merge pull request #3563 from arunagw/changelog_to_md | Vijay Dev | 2011-11-07 | 2 | -7/+7 |
|\ \ | | | | | | | CHANGELOG to CHANGELOG.md | ||||
| * | | CHANGELOG to CHANGELOG.md | Arun Agrawal | 2011-11-08 | 2 | -7/+7 |
|/ / | |||||
* | | fix typo again (Thanks Phillip Oertel) | Vijay Dev | 2011-11-08 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #3552 from evtuhovich/master | José Valim | 2011-11-07 | 1 | -1/+0 |
|\ \ | | | | | | | Doc patch, DrbStore no more exists in rails | ||||
| * | | DrbStore removed from cache backends | Ivan Evtukhovich | 2011-11-07 | 1 | -1/+0 |
|/ / | |||||
* | | fix incorrect code example | Vijay Dev | 2011-11-07 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #3549 from luckydev/rmethod | Aaron Patterson | 2011-11-07 | 2 | -2/+30 |
|\ \ | | | | | | | remove_method tests and changes |