Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix a couple of formatting issues | Vijay Dev | 2011-12-31 | 1 | -3/+2 |
| | |||||
* | remove wiki link | Vijay Dev | 2011-12-31 | 1 | -1/+0 |
| | |||||
* | add back the version info to the title in guides index page | Vijay Dev | 2011-12-25 | 1 | -1/+1 |
| | |||||
* | Some fixes in rails guides generation | Vijay Dev | 2011-12-25 | 2 | -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 index | Vijay Dev | 2011-12-25 | 1 | -1/+1 |
| | |||||
* | download guides for the Kindle and Kindle apps from the home page | Xavier Noria | 2011-12-25 | 4 | -6/+21 |
| | |||||
* | guides generation for the Kindle looking good now [Mip Earson & Xavier Noria] | Xavier Noria | 2011-12-25 | 1 | -9/+15 |
| | |||||
* | (draft) guides for the Kindle and Kindle apps [Mip Earson & Xavier Noria] | Xavier Noria | 2011-12-24 | 16 | -197/+483 |
| | |||||
* | add latest changes to 3.2 release notes | Vijay Dev | 2011-12-24 | 1 | -0/+14 |
| | |||||
* | minor edits in caching guide | Vijay Dev | 2011-12-24 | 1 | -3/+3 |
| | |||||
* | Gzip files on page caching | Andrey A.I. Sitnik | 2011-12-24 | 1 | -0/+22 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Rails 3.2 Release Notes | Vijay Dev | 2011-12-24 | 1 | -0/+429 |
| | |||||
* | removes Enumerable#pluck from the AS guide | Xavier Noria | 2011-12-23 | 1 | -10/+0 |
| | |||||
* | [docs] added missing "}" fixes #4126 | Arun Agrawal | 2011-12-22 | 1 | -1/+1 |
| | |||||
* | Fix reference to old :sql schema_format location | Alex Tambellini | 2011-12-20 | 1 | -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é Valim | 2011-12-16 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2011-12-14 | 5 | -5/+5 |
|\ | |||||
| * | copy edits | Vijay Dev | 2011-12-14 | 1 | -1/+1 |
| | | |||||
| * | typo in textile markup | Mikhail Dieterle | 2011-12-14 | 1 | -1/+1 |
| | | |||||
| * | disambiguate "and not" when explaining "&& return" | Suraj N. Kurapati | 2011-12-11 | 1 | -1/+1 |
| | | |||||
| * | Fixing typo in Routing Guide. | Ryan Sandridge | 2011-12-10 | 1 | -1/+1 |
| | | |||||
| * | Replacing vague mention of an unspecified section above with a link to the ↵ | Ryan Sandridge | 2011-12-08 | 1 | -1/+1 |
| | | | | | | | | actual section containing Asset Organization. | ||||
| * | Typo in list | Mikhail Dieterle | 2011-12-08 | 1 | -1/+1 |
| | | |||||
* | | Add config.file_watcher so developers can provide their own watchers (for ↵ | José Valim | 2011-12-13 | 1 | -1/+3 |
| | | | | | | | | instance, hooking on fsevents). | ||||
* | | Merge pull request #3954 from bdurand/null_store_2 | José Valim | 2011-12-12 | 1 | -0/+8 |
|\ \ | | | | | | | Add ActiveSupport::Cache::NullStore for testing and development | ||||
| * | | Add ActiveSupport::Cache::NullStore to expose caching interface without ↵ | Brian Durand | 2011-12-12 | 1 | -0/+8 |
| | | | | | | | | | | | | actually caching for development and test environments. | ||||
* | | | Speed up development by only reloading classes if dependencies files changed. | José Valim | 2011-12-12 | 1 | -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 rdoc | Vijay Dev | 2011-12-11 | 1 | -3/+3 |
| | | |||||
* | | Clarify the default assets.precompile matcher behavior | Piotr Sarnacki | 2011-12-11 | 1 | -2/+2 |
| | | |||||
* | | revises some stuff that was out of sync with the recent generated README.rdoc | Xavier Noria | 2011-12-10 | 2 | -1/+1 |
| | | |||||
* | | add haml and slim to the list of extensions supported by rake notes | Vijay Dev | 2011-12-09 | 1 | -1/+1 |
|/ | |||||
* | use textile syntax in links | Vijay Dev | 2011-12-06 | 1 | -1/+1 |
| | |||||
* | rxml and rhtml are no longer searched for source code annotations | Vijay Dev | 2011-12-06 | 1 | -1/+1 |
| | |||||
* | copy edits in layouts guide, change links to be relative | Vijay Dev | 2011-12-06 | 1 | -6/+6 |
| | |||||
* | Added git --rebase option for pulling rails master | Thomas von Deyen | 2011-12-06 | 1 | -1/+1 |
| | |||||
* | Added wiki link to REST | sandeepravi | 2011-12-06 | 1 | -1/+1 |
| | |||||
* | Added wiki link for REST | sandeepravi | 2011-12-06 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:lifo/docrails | Sergey Parizhskiy | 2011-12-05 | 1 | -1/+1 |
|\ | |||||
| * | Remove redundant or | Jason Noble | 2011-12-05 | 1 | -1/+1 |
| | | |||||
* | | changes in the way of how the stylesheets_link_tag works | Sergey Parizhskiy | 2011-12-05 | 1 | -5/+9 |
|/ | |||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2011-12-04 | 2 | -158/+422 |
|\ | |||||
| * | copy edits in the migrations guide | Vijay Dev | 2011-12-04 | 1 | -48/+46 |
| | | |||||
| * | Be explicit about where to add/remove stuff to the migration | Jason Noble | 2011-12-03 | 1 | -1/+2 |
| | | |||||
| * | Fix missing /ruby block | Jason Noble | 2011-12-03 | 1 | -0/+1 |
| | | |||||
| * | Be explicit of where the constraints are. | Jason Noble | 2011-12-03 | 1 | -1/+1 |
| | | |||||
| * | Improve readability | Jason Noble | 2011-12-03 | 1 | -4/+5 |
| | | |||||
| * | Be more friendly than "shut up" | Jason Noble | 2011-12-03 | 1 | -1/+1 |
| | | |||||
| * | A table format makes this section easier to read | Jason Noble | 2011-12-03 | 1 | -7/+11 |
| | | |||||
| * | This section is more about changing the output of running migrations | Jason Noble | 2011-12-03 | 1 | -1/+1 |
| | | |||||
| * | Improve readability | Jason Noble | 2011-12-03 | 1 | -2/+2 |
| | |