aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
Commit message (Collapse)AuthorAgeFilesLines
...
* SCSS processor is provided by the sass gemSam Umbach2011-12-311-1/+1
|
* Minor readability improvementsSam Umbach2011-12-311-13/+13
|
* fix a couple of formatting issuesVijay Dev2011-12-311-3/+2
|
* remove wiki linkVijay Dev2011-12-311-1/+0
|
* add back the version info to the title in guides index pageVijay Dev2011-12-251-1/+1
|
* Some fixes in rails guides generationVijay Dev2011-12-252-11/+9
| | | | | | | | * Passing edge information to the views fixes the lack of the edge badge and sets the appropriate welcome page on edgeguides.rubyonrails.org. * Changes in the welcome message to hyper link the rails tree based on the version. * Mention the Amazon url from where kindlegen can be downloaded.
* fix kindle apps link in edge guides indexVijay Dev2011-12-251-1/+1
|
* download guides for the Kindle and Kindle apps from the home pageXavier Noria2011-12-254-6/+21
|
* guides generation for the Kindle looking good now [Mip Earson & Xavier Noria]Xavier Noria2011-12-251-9/+15
|
* (draft) guides for the Kindle and Kindle apps [Mip Earson & Xavier Noria]Xavier Noria2011-12-2416-197/+483
|
* add latest changes to 3.2 release notesVijay Dev2011-12-241-0/+14
|
* minor edits in caching guideVijay Dev2011-12-241-3/+3
|
* Gzip files on page cachingAndrey A.I. Sitnik2011-12-241-0/+22
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Rails 3.2 Release NotesVijay Dev2011-12-241-0/+429
|
* removes Enumerable#pluck from the AS guideXavier Noria2011-12-231-10/+0
|
* [docs] added missing "}" fixes #4126Arun Agrawal2011-12-221-1/+1
|
* Fix reference to old :sql schema_format locationAlex Tambellini2011-12-201-1/+1
| | | | | | After 15fb430 the default location of the :sql schema_format location was changed from environment_name.sql to structure.sql. This pull request updates a reference to the old schema format location in the migration guides.
* Update CHANGELOGs and guides.José Valim2011-12-161-0/+2
|
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2011-12-145-5/+5
|\
| * copy editsVijay Dev2011-12-141-1/+1
| |
| * typo in textile markupMikhail Dieterle2011-12-141-1/+1
| |
| * disambiguate "and not" when explaining "&& return"Suraj N. Kurapati2011-12-111-1/+1
| |
| * Fixing typo in Routing Guide.Ryan Sandridge2011-12-101-1/+1
| |
| * Replacing vague mention of an unspecified section above with a link to the ↵Ryan Sandridge2011-12-081-1/+1
| | | | | | | | actual section containing Asset Organization.
| * Typo in listMikhail Dieterle2011-12-081-1/+1
| |
* | Add config.file_watcher so developers can provide their own watchers (for ↵José Valim2011-12-131-1/+3
| | | | | | | | instance, hooking on fsevents).
* | Merge pull request #3954 from bdurand/null_store_2José Valim2011-12-121-0/+8
|\ \ | | | | | | Add ActiveSupport::Cache::NullStore for testing and development
| * | Add ActiveSupport::Cache::NullStore to expose caching interface without ↵Brian Durand2011-12-121-0/+8
| | | | | | | | | | | | actually caching for development and test environments.
* | | Speed up development by only reloading classes if dependencies files changed.José Valim2011-12-121-0/+2
|/ / | | | | | | | | | | | | | | This can be turned off by setting `config.reload_classes_only_on_change` to false. Extensions like Active Record should add their respective files like db/schema.rb and db/structure.sql to `config.watchable_files` if they want their changes to affect classes reloading. Thanks to https://github.com/paneq/active_reload and Pastorino for the inspiration. <3
* | update command line guide: generated README is now an rdocVijay Dev2011-12-111-3/+3
| |
* | Clarify the default assets.precompile matcher behaviorPiotr Sarnacki2011-12-111-2/+2
| |
* | revises some stuff that was out of sync with the recent generated README.rdocXavier Noria2011-12-102-1/+1
| |
* | add haml and slim to the list of extensions supported by rake notesVijay Dev2011-12-091-1/+1
|/
* use textile syntax in linksVijay Dev2011-12-061-1/+1
|
* rxml and rhtml are no longer searched for source code annotationsVijay Dev2011-12-061-1/+1
|
* copy edits in layouts guide, change links to be relativeVijay Dev2011-12-061-6/+6
|
* Added git --rebase option for pulling rails masterThomas von Deyen2011-12-061-1/+1
|
* Added wiki link to RESTsandeepravi2011-12-061-1/+1
|
* Added wiki link for RESTsandeepravi2011-12-061-1/+1
|
* Merge branch 'master' of github.com:lifo/docrailsSergey Parizhskiy2011-12-051-1/+1
|\
| * Remove redundant orJason Noble2011-12-051-1/+1
| |
* | changes in the way of how the stylesheets_link_tag worksSergey Parizhskiy2011-12-051-5/+9
|/
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2011-12-042-158/+422
|\
| * copy edits in the migrations guideVijay Dev2011-12-041-48/+46
| |
| * Be explicit about where to add/remove stuff to the migrationJason Noble2011-12-031-1/+2
| |
| * Fix missing /ruby blockJason Noble2011-12-031-0/+1
| |
| * Be explicit of where the constraints are.Jason Noble2011-12-031-1/+1
| |
| * Improve readabilityJason Noble2011-12-031-4/+5
| |
| * Be more friendly than "shut up"Jason Noble2011-12-031-1/+1
| |
| * A table format makes this section easier to readJason Noble2011-12-031-7/+11
| |