..
kindle
moves the guides up to the root directory
2012-03-17 08:32:49 -07:00
2_2_release_notes.textile
Fix broken links in 2.2 release notes, i18n, debugging, security, 2.3 release notes, plugins
2012-07-08 21:12:02 +02:00
2_3_release_notes.textile
Fix broken links in 2.2 release notes, i18n, debugging, security, 2.3 release notes, plugins
2012-07-08 21:12:02 +02:00
3_0_release_notes.textile
moves the guides up to the root directory
2012-03-17 08:32:49 -07:00
3_1_release_notes.textile
moves the guides up to the root directory
2012-03-17 08:32:49 -07:00
3_2_release_notes.textile
Grammar fix in 3.2 Release Notes guide
2012-04-11 17:10:21 -03:00
4_0_release_notes.textile
update 4.0 release notes [ci skip]
2012-07-21 22:26:21 +05:30
_license.html.erb
moves the guides up to the root directory
2012-03-17 08:32:49 -07:00
_welcome.html.erb
moves the guides up to the root directory
2012-03-17 08:32:49 -07:00
action_controller_overview.textile
rewords the section about default_url_options in the Action Controller Overview guide
2012-04-09 18:26:23 +02:00
action_mailer_basics.textile
Fixed second assert_match - previous one didn't make any sense (if the first passed, the second passed as well)
2012-07-09 12:15:17 +02:00
action_view_overview.textile
some asset path changes and formatting fixes in AV overview [ci skip]
2012-05-27 20:01:55 +05:30
active_model_basics.textile
prevent users from unknowingly using bad regexps that can compromise security ( http://homakov.blogspot.co.uk/2012/05/saferweb-injects-in-various-ruby.html )
2012-06-14 18:10:49 +02:00
active_record_basics.textile
moves the guides up to the root directory
2012-03-17 08:32:49 -07:00
active_record_querying.textile
AR::Relation#order: make new order prepend old one
2012-07-31 10:24:18 +03:00
active_record_validations_callbacks.textile
Merge pull request #6827 from zephyr-dev/master
2012-07-27 11:02:29 -07:00
active_support_core_extensions.textile
remove references to :finder_sql, :counter_sql, :delete_sql, :insert_sql from guides
2012-07-20 19:16:31 +01:00
active_support_instrumentation.textile
fix typo on ActiveSupport instrumentation guide [ci skip]
2012-05-29 15:08:53 -05:00
ajax_on_rails.textile
Remove :confirm
in favor of :data => { :confirm => 'Text' }
option
2012-07-18 10:32:17 -03:00
api_documentation_guidelines.textile
restores example depicting the use of true or false in regular font
2012-03-25 20:26:35 +02:00
asset_pipeline.textile
copy edit the assets guide[ci skip]
2012-06-22 22:07:21 +05:30
association_basics.textile
remove references to :finder_sql, :counter_sql, :delete_sql, :insert_sql from guides
2012-07-20 19:16:31 +01:00
caching_with_rails.textile
Fix cache_store configuration example
2012-06-11 23:29:59 +01:00
command_line.textile
[command line guide] Use actual output of a Rails 3.2.x app
2012-05-28 01:48:04 -05:00
configuring.textile
Improve docs, changelog and release notes for Action Mailer default_options=
2012-07-06 22:51:32 -03:00
contributing_to_ruby_on_rails.textile
Merge branch 'master' of github.com:lifo/docrails
2012-07-15 19:36:19 +05:30
credits.html.erb
Add oscardelben to authors
2012-05-18 08:45:03 -07:00
debugging_rails_applications.textile
Fix broken links in 2.2 release notes, i18n, debugging, security, 2.3 release notes, plugins
2012-07-08 21:12:02 +02:00
documents.yaml
moves the guides up to the root directory
2012-03-17 08:32:49 -07:00
engines.textile
add note about requiring gem dependencies before initialization [ci skip]
2012-07-13 12:31:56 -05:00
form_helpers.textile
Revert "Select missing formbuilder typo."
2012-07-08 20:03:39 -05:00
generators.textile
Copy Edit
2012-04-25 09:01:59 -07:00
getting_started.textile
Remove :confirm
in favor of :data => { :confirm => 'Text' }
option
2012-07-18 10:32:17 -03:00
i18n.textile
Fix broken links in 2.2 release notes, i18n, debugging, security, 2.3 release notes, plugins
2012-07-08 21:12:02 +02:00
index.html.erb
note that WIP guides are not in the index menu [ci skip]
2012-05-07 12:18:51 +05:30
initialization.textile
Rewrite some parts of the Rails initialization guide
2012-06-17 11:30:20 -07:00
layout.html.erb
Adds favicon to guides layout
2012-04-22 13:20:22 -07:00
layouts_and_rendering.textile
Remove :confirm
in favor of :data => { :confirm => 'Text' }
option
2012-07-18 10:32:17 -03:00
migrations.textile
Update migrations guide
2012-07-08 23:04:06 +04:00
nested_model_forms.textile
moves the guides up to the root directory
2012-03-17 08:32:49 -07:00
performance_testing.textile
corrected URLs and controller benchmark method call
2012-06-26 15:00:11 -05:00
plugins.textile
Fix broken links in 2.2 release notes, i18n, debugging, security, 2.3 release notes, plugins
2012-07-08 21:12:02 +02:00
rails_application_templates.textile
moves the guides up to the root directory
2012-03-17 08:32:49 -07:00
rails_on_rack.textile
modify middleware docs [ci skip]
2012-06-14 23:14:47 +05:30
routing.textile
Merge branch 'master' of github.com:lifo/docrails
2012-06-30 23:15:22 +05:30
ruby_on_rails_guides_guidelines.textile
[guides] guides:generate:kindle is the new interface to generate .mobi file instead of using KINDLE=1
2012-05-28 16:20:10 -05:00
security.textile
Fix broken links in 2.2 release notes, i18n, debugging, security, 2.3 release notes, plugins
2012-07-08 21:12:02 +02:00
testing.textile
Merge branch 'master' of github.com:lifo/docrails
2012-07-15 19:36:19 +05:30
upgrading_ruby_on_rails.textile
AR::Relation#order: make new order prepend old one
2012-07-31 10:24:18 +03:00