aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
Commit message (Collapse)AuthorAgeFilesLines
* 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 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-021-1/+1
| |\
| | * 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
| |
* | 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-015-12/+23
|\
| * 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
| |
| * Routing guide: document lambda constraints and request argument.Henrik N2012-03-281-0/+11
| |
| * Improved the comment for config.assets.manifest in the asset_pipeline guides.Anuj Dutta2012-03-281-1/+1
| |
| * Changed the config.assets.manifest path in the comments to nil.Anuj Dutta2012-03-281-1/+1
| |
* | fix typo. thanks @nertzyJon Leighton2012-03-301-1/+1
| |
* | Update guides to reflect 0a12a5f8169685915cbb7bf4d0a7bb482f7f2fd2Jon Leighton2012-03-301-20/+10
| |
* | remove irrelevant references to ARelJon Leighton2012-03-301-2/+2
| |
* | Add Relation#find_by and Relation#find_by!Jon Leighton2012-03-301-0/+36
| |
* | Make controller namespace partial prefix optionalGrant Hutchins2012-03-281-2/+9
| | | | | | | | | | | | | | config.action_view.prefix_partial_path_with_controller_namespace This allows you to choose to render @post using /posts/_post.erb instead of /admin/posts/_post.erb inside Admin::PostsController.
* | config.action_view.embed_authenticity_token_in_remote_forms is true by defaultPiotr Sarnacki2012-03-281-1/+1
| | | | | | | | | | | | | | Changed default value for `config.action_view.embed_authenticity_token_in_remote_forms` to `false`. This change breaks remote forms that need to work also without javascript, so if you need such behavior, you can either set it to `true` or explicitly pass `:authenticity_token => true` in form options
* | Added config.action_view.embed_authenticity_token_in_remote_formsPiotr Sarnacki2012-03-281-0/+2
|/ | | | | | | | | | | | There is a regression introduced in 16ee611fa, which breaks remote forms that should also work without javascript. This commit introduces config option that allows to configure this behavior defaulting to the old behavior (ie. include authenticity token in remote forms by default) Conflicts: actionpack/CHANGELOG.md
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-03-273-2/+46
|\
| * minor edits in testing guide [ci skip]Vijay Dev2012-03-271-4/+2
| |
| * Revert "[ci skip] updated bin/rails code in Rails Initialization Process guide"Vijay Dev2012-03-271-16/+6
| | | | | | | | | | | | | | This reverts commit 7feec40b89ada892ca6f107ada27ceedde505d83. Reason: The guide had the contents of railties/bin/rails and I don't see any reason to change it.
| * Made it a bit more clear where to run rails/serverDimitri De Frenne2012-03-261-1/+1
| |
| * Fixed typo in pathDimitri De Frenne2012-03-261-1/+1
| |
| * document `-e` argument for rails consoleschneems2012-03-241-0/+6
| | | | | | | | | | this adds documentation for -e flag which sets the environment of the rails console like the `rails server` command.
| * Testing layout gotcha when view renders partialPanayotis Matsinopoulos2012-03-241-0/+16
| |
| * Small layout correctionPanayotis Matsinopoulos2012-03-241-2/+1
| |
| * Testing Template and Layout ExamplePanayotis Matsinopoulos2012-03-241-0/+25
| |
| * [ci skip] updated bin/rails code in Rails Initialization Process guideSenthil A2012-03-241-6/+16
| |
* | restores example depicting the use of true or false in regular fontXavier Noria2012-03-251-0/+14
|/ | | | | There was an example here that mentioned reload_plugins? but it was deleted. This commit puts another example back.
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-03-248-92/+112
|\ | | | | | | | | Conflicts: guides/source/ruby_on_rails_guides_guidelines.textile
| * spacing fix in guide [ci skip]Vijay Dev2012-03-241-1/+1
| |