aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Be explicit on where the show.html.erb is locatedJason Noble2011-11-131-1/+1
* Make the guide more friendlyJason Noble2011-11-131-8/+10
* Be explicit about changing codeJason Noble2011-11-131-2/+2
* 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 sec...Jason Noble2011-11-131-16/+18
* 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
* Use rails help new instead of rails new -hJason Noble2011-11-131-2/+1
* Move paragraphs to flow betterJason Noble2011-11-131-7/+15
* Add Tip about skipping to Section 3 if they want to come back to the philosop...Jason Noble2011-11-131-0/+4
* Fix bad English.Cheah Chu Yeow2011-11-131-1/+1
* Clearing cache in action caching is not "the exact same way" as with page cac...Cheah Chu Yeow2011-11-131-1/+1
* Suggest a workaround for page caching and parameters instead of an unhelpful ...Cheah Chu Yeow2011-11-131-1/+1
* 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
* 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
|\
| * Replace example with SQL placeholder syntax. Joost Baaij2011-11-081-1/+1
| * 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 numeri...Bradford Folkens2011-11-082-1/+12
|/ /
* | Merge pull request #3564 from arunagw/uncommitted_rake_fixJosé Valim2011-11-081-3/+9
|\ \
| * | Should be checking if file exists or not.Arun Agrawal2011-11-081-3/+9
* | | Merge pull request #3565 from arunagw/warning_remove_release_fileXavier Noria2011-11-081-4/+4
|\ \ \ | |/ / |/| |
| * | 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.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
|\ \
| * | 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
|\ \
| * | added remove_method core_ext testsAnand2011-11-071-0/+29
| * | replaced remove and define method calls to :redefineAnand2011-11-071-2/+1
| |/