aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source
Commit message (Collapse)AuthorAgeFilesLines
* Use a BodyProxy instead of including a Module that responds to close.Santiago Pastorino2012-01-131-0/+2
| | | | Closes #4441 if Active Record is disabled assets are delivered correctly
* Update Railties section of 3.2 release notesGuillermo Iguaran2012-01-131-1/+3
|
* fix rails binary path when using --dev [ci skip]Vijay Dev2012-01-132-2/+2
|
* Added note about [ci skip] tag to contributing guidePiotr Sarnacki2012-01-121-0/+2
|
* add info about kindle guides in the release guide [ci skip]Vijay Dev2012-01-131-0/+4
|
* prepare for 3.2 guides release :)Vijay Dev2012-01-131-1/+1
|
* remove hidden link in guides layoutVijay Dev2012-01-131-1/+0
|
* add 3.2 release notes to the guides indexVijay Dev2012-01-131-0/+4
|
* minor revision in 3.2 release guideVijay Dev2012-01-131-1/+1
|
* Add CHANGELOG entrySantiago Pastorino2012-01-111-0/+2
|
* add some missing formats in the release guideVijay Dev2012-01-111-5/+5
|
* Some revisions to the release notes guideVijay Dev2012-01-111-13/+13
| | | | | | Conflicts: railties/guides/source/3_2_release_notes.textile
* Edits to spastorino's additions in 3.2 Release NotesRizwan Reza2012-01-111-11/+8
|
* Add "What to update in your apps" section to the release notes guideSantiago Pastorino2012-01-101-0/+29
| | | | | We should keep this up to date and the current version is probably wrong and/or incomplete. HELP!!!
* General editing pass over assets pipeline guideMike Gunderloy2012-01-041-56/+58
|
* updates to 3.2 release notesVijay Dev2012-01-041-1/+8
|
* Final grammar checkup on 3.2 release notes.Kristian Freeman2012-01-041-1/+1
|
* Deprecate Rails::Plugin in favor of gemsSantiago Pastorino2012-01-031-0/+2
|
* DRY up guides index pageVijay Dev2012-01-012-46/+11
| | | | | | Use the list of guides available in documents.yaml to fill in the menu in the index page instead of duplicating the list again. Also, remove WIP guides from the menu.
* 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-251-8/+6
| | | | | | | | * 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-252-2/+6
|
* (draft) guides for the Kindle and Kindle apps [Mip Earson & Xavier Noria]Xavier Noria2011-12-2412-177/+386
|
* 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-101-1/+1
| |