aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* p.errors.full_messages is a little more human readableJason Noble2011-11-131-4/+2
|
* Add link to AR Validations and Callbacks to further explain validationsJason Noble2011-11-131-1/+2
|
* Update wording to read betterJason Noble2011-11-131-1/+1
|
* Update wording to be more explicit on what the timestamp fields trackJason Noble2011-11-131-5/+5
|
* Update order so they show up in the order they do in the scaffolding outputJason Noble2011-11-131-7/+7
|
* Update wording to flow betterJason Noble2011-11-131-3/+3
|
* Fix typoJason Noble2011-11-131-1/+1
|
* Move Tip up higher so users who are fine with SQLite can skip to the next ↵Jason Noble2011-11-131-16/+18
| | | | section
* Updated wording to read betterJason Noble2011-11-131-3/+4
|
* Updated wording on what 'rails new blog' did for the userJason Noble2011-11-131-11/+11
| | | | | - Alphabetized the files/folders created - Added link to Configuring Rails Applications
* Use rails help new instead of rails new -hJason Noble2011-11-131-2/+1
|
* Move paragraphs to flow betterJason Noble2011-11-131-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 Noble2011-11-131-0/+4
| | | | philosophy later
* Fix bad English.Cheah Chu Yeow2011-11-131-1/+1
|
* Clearing cache in action caching is not "the exact same way" as with page ↵Cheah Chu Yeow2011-11-131-1/+1
| | | | caching.
* Suggest a workaround for page caching and parameters instead of an unhelpful ↵Cheah Chu Yeow2011-11-131-1/+1
| | | | warning.
* Fix "in memory" where it should be "in-memory".Cheah Chu Yeow2011-11-133-4/+4
|
* For what it's worth; Update `memcache-client` gem namePrem Sichanugrist2011-11-111-1/+1
|
* Revert "Fix "in memory" where it should be "in-memory"."Vijay Dev2011-11-115-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 Yeow2011-11-111-1/+1
|
* Fix "in memory" where it should be "in-memory".Cheah Chu Yeow2011-11-115-7/+7
|
* update ci file name in contributing guideVijay Dev2011-11-111-1/+1
|
* fixed example code indentationWojciech Wnętrzak2011-11-101-6/+6
|
* Fix a tiny typo in custom validators documentationJean Boussier2011-11-101-1/+1
|
* Cosmetic fix in number_to_currency docsAlexey Vakhov2011-11-101-2/+2
|
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2011-11-088-33/+25
|\ | | | | | | | | Conflicts: railties/guides/source/active_record_querying.textile
| * Replace example with SQL placeholder syntax. Joost Baaij2011-11-081-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 docAlexey Vakhov2011-11-081-1/+1
| |
| * document fix: remove_column takes multiple column_namesAkira Matsuda2011-11-071-2/+2
| |
| * self.up, self.down => up, downAkira Matsuda2011-11-073-7/+6
| |
| * Fixed stale doc in AbstractController::LayoutsDalibor Nasevic2011-11-061-12/+5
| |
| * fix markups for plus in AR guideVijay Dev2011-11-061-10/+10
| |
* | Merge pull request #3568 from bfolkens/master-url_subdomain_with_numeric_hostJosé Valim2011-11-082-1/+12
|\ \ | | | | | | Fix trouble using :subdomain in development environment when using numeric addresses.
| * | Fix trouble using :subdomain in development environment when using ↵Bradford Folkens2011-11-082-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_fixJosé Valim2011-11-081-3/+9
|\ \ | | | | | | Should be checking if file exists or not.
| * | Should be checking if file exists or not.Arun Agrawal2011-11-081-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_fileXavier Noria2011-11-081-4/+4
|\ \ \ | |/ / |/| | Warnings removed.
| * | Warnings removed.Arun Agrawal2011-11-081-4/+4
|/ /
* | Merge pull request #3563 from arunagw/changelog_to_mdVijay Dev2011-11-072-7/+7
|\ \ | | | | | | CHANGELOG to CHANGELOG.md
| * | CHANGELOG to CHANGELOG.mdArun Agrawal2011-11-082-7/+7
|/ /
* | fix typo again (Thanks Phillip Oertel)Vijay Dev2011-11-081-1/+1
| |
* | Merge pull request #3552 from evtuhovich/masterJosé Valim2011-11-071-1/+0
|\ \ | | | | | | Doc patch, DrbStore no more exists in rails
| * | DrbStore removed from cache backendsIvan Evtukhovich2011-11-071-1/+0
|/ /
* | fix incorrect code exampleVijay Dev2011-11-071-1/+1
| |
* | Merge pull request #3549 from luckydev/rmethodAaron Patterson2011-11-072-2/+30
|\ \ | | | | | | remove_method tests and changes
| * | added remove_method core_ext testsAnand2011-11-071-0/+29
| | |
| * | replaced remove and define method calls to :redefineAnand2011-11-071-2/+1
| |/
* | adds trailing +s to the output of EXPLAIN for MySQLXavier Noria2011-11-072-9/+8
| |
* | Merge pull request #3542 from amatsuda/controller_generator_remove_blank_lineJosé Valim2011-11-071-1/+1
|\ \ | | | | | | Remove redundant blank line at the bottom of generated controller code
| * | Remove redundant blank line at the bottomAkira Matsuda2011-11-071-1/+1
| | |