aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
* Automatically create indexes for references/belongs_to statements in migrations.Joshua Wood2012-04-141-1/+10
|
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-04-122-2/+2
|\
| * Fixed markup in security guideAlfonso Cora2012-04-121-1/+1
| |
| * Grammar fix in 3.2 Release Notes guide Tim Harvey2012-04-111-1/+1
| | | | | | | | Could also be worded 'as an option', but plural made more sense given the mention of ':handlers and :formats'.
| * Revert "add instructions for adding additional manifests"Vijay Dev2012-04-111-5/+1
| | | | | | | | | | | | This reverts commit f28f1d70b3f3dd9f694067f7cab2e717e302ee2b. Reason: This is already covered in this guide elsewhere.
| * add instructions for adding additional manifestsPatrick Sharp2012-04-091-1/+5
| |
* | rewords the section about default_url_options in the Action Controller ↵Xavier Noria2012-04-091-3/+4
| | | | | | | | Overview guide
* | Document that default_url_options must return a hash with symbolizedRafael Mendonça França2012-04-091-0/+1
| | | | | | | | keys
* | default_url_options does not receive one argument anymoreRafael Mendonça França2012-04-081-2/+1
| |
* | Merge pull request #5748 from ai/no_type_in_html5Jeremy Kemper2012-04-083-23/+23
|\ \ | |/ |/| Remove unnecessary in HTML 5 type attribute with default value
| * Remove unnecessary in HTML 5 type attribute with default valueAndrey A.I. Sitnik2012-04-053-23/+23
| |
* | Don't use arel_table in published_and_commented example in querying guideRyan Bigg2012-04-071-1/+1
| |
* | Revert "Where migration can get wrong help added"Vijay Dev2012-04-071-10/+0
| | | | | | | | This reverts commit b11113f924d2eb2acbe836954d17a02163f45275.
* | copy editing [ci skip]Vijay Dev2012-04-071-5/+4
| |
* | Fix 'Everyday Git' linkAnil Wadghule2012-04-061-1/+1
| |
* | Better class namexyctka@gmail.com2012-04-061-2/+2
| |
* | Update Custom Exception Handler section of Internationalization guidexyctka@gmail.com2012-04-061-5/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous example with just_raise_that_exception method stopped working because MissingTranslation is not an instance of Exception class any more, but has a +to_exception+ method. Also the cleaner way is to re-raise only the desired exception, passing everything else to the default ExceptionHandler. Additionally this re-raising conflicts with Pluralization backend thus we have to add a check that certain missing translation keys should be ignored allowing the backend to fall back to the default pluralization rule.
* | Where migration can get wrong help addedSandip Ransing2012-04-061-0/+10
| |
* | Improvement to migration guideSandip Ransing2012-04-061-6/+6
| |
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-04-055-40/+27
|\ \
| * | lets not show too much output and shadow the intention [ci skip]Vijay Dev2012-04-051-20/+3
| | |
| * | fix boolean value in guide [ci skip]Vijay Dev2012-04-051-1/+1
| | |
| * | Fix slightly awkward English in Action Caching section of Caching With Rails ↵Cheah Chu Yeow2012-04-051-1/+1
| | | | | | | | | | | | | | | | | | guide. In particular, removed "pages that require to restrict access somehow" and shortened "Action Caching works like Page Caching except for the fact that the incoming web request does go from the webserver to the Rails stack and Action Pack so that before filters can be run on it before the cache is served".
| * | Small improvements added to getting startedSandip Ransing2012-04-051-5/+5
| | |
| * | Updated migrations.textile to change :integer on line 807 to :boolean, as it ↵Ethan Mick2012-04-041-1/+1
| | | | | | | | | | | | was earlier in the example. :flag is a boolean, not an integer. (defaults to false)
| * | Improve config.assets.initialize_on_precompile guide.Hendy Tanata2012-04-041-2/+2
| | |
| * | removed deprecated methods and middlewaresHrvoje Šimić2012-04-041-30/+34
| | |
* | | Optimistic locking: lock_version needed type information.Martin Eisenhardt2012-04-051-1/+1
| |/ |/|
* | Merge pull request #5716 from jurriaan/tr-gsub-cleanupSantiago Pastorino2012-04-041-1/+1
|\ \ | |/ |/| Updated/changed unneeded tr/gsubs
| * Updated/changed useless tr/gsubsJurriaan Pruis2012-04-031-1/+1
| |
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-04-044-18/+76
|\ \ | |/ |/| | | | | Conflicts: guides/source/engines.textile
| * Revert "rails 4 will support ruby version 1.9.4 or higher"Vijay Dev2012-04-041-1/+1
| | | | | | | | | | | | This reverts commit 0a35acb8b89603a3135852742f206af82ed61b57. Reason: Let's cross the bridge when we reach there.
| * typo mistake fixedSandip Ransing2012-04-041-2/+2
| | | | | | | | correction to server stop statement added
| * rails 4 will support ruby version 1.9.4 or higherSandip Ransing2012-04-041-1/+1
| |
| * Fixed small typoFernando Briano2012-04-031-1/+1
| |
| * also <text> replaced by <plain>Mikhail Dieterle2012-04-041-4/+4
| |
| * Changed engines guide not to use a css tag. <plain> will do just fine. Mikhail Dieterle2012-04-031-2/+2
| | | | | | https://github.com/lifo/docrails/commit/bb23d6fb005edaf25f5b294f9215429fb44b3f3d
| * Merge branch 'master' of github.com:lifo/docrailsHrvoje Šimić2012-04-022-2/+2
| |\
| | * Revert "parse <css> block as code (used in engines guide) "Vijay Dev2012-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | | This reverts commit c46374a9d949004761d71570a4d703838c694e74. Reason: Changed engines guide not to use a css tag. <plain> will do just fine.
| | * wrong link to getting started guideMikhail Dieterle2012-04-031-1/+1
| | |
| * | update purpose of middlewareHrvoje Šimić2012-04-021-11/+66
| |/
| * update to current rack middleware stackHrvoje Šimić2012-04-021-3/+6
| |
| * parse <css> block as code (used in engines guide) Mikhail Dieterle2012-04-021-1/+1
| |
* | fix formatting in engines guide; also removed a couple of non-existent ↵Vijay Dev2012-04-021-35/+25
|/ | | | images [ci skip]
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-04-017-16/+27
|\
| * copy editing [ci skip]Vijay Dev2012-04-011-1/+1
| |
| * :success includes the whole 200 range, not just 200.Erich Menge2012-04-011-1/+1
| | | | | | | | | | # File lib/rack/response.rb, line 114 114: def successful?; @status >= 200 && @status < 300; end
| * Reorder bits in the Layouts and Rendering guideRafaël Blais Masson2012-03-311-7/+7
| |
| * Introduce minor spelling corrections and fix broken markup tag.Levi McCallum2012-03-291-3/+3
| |
| * Make body background white for Lion scrollbar to be darkRafaël Blais Masson2012-03-291-3/+3
| |