.. |
2_2_release_notes.textile
|
It's JavaScript :)
|
2010-12-24 00:19:41 +05:30 |
2_3_release_notes.textile
|
It's JavaScript :)
|
2010-12-24 00:19:41 +05:30 |
3_0_release_notes.textile
|
indentation fix
|
2010-12-23 23:34:28 +05:30 |
action_controller_overview.textile
|
filter_parameter_logging => config.filter_parameters
|
2011-01-23 20:29:03 +05:30 |
action_mailer_basics.textile
|
deleting trailing whitespaces
|
2010-12-19 17:57:20 +05:30 |
action_view_overview.textile
|
Fix Typos: remove several occurences of the the
|
2011-02-17 20:46:52 -05:00 |
active_record_basics.textile
|
use new AR api
|
2011-01-14 22:51:15 +05:30 |
active_record_querying.textile
|
Documented the except and only conditions in the guides. Took the cue from Jordi Ramero's commit (b31ef7ee83 )
|
2011-01-15 23:39:44 +05:30 |
active_record_validations_callbacks.textile
|
Add description of transaction callbacks to ActiveRecord callbacks guide.
|
2011-02-17 10:18:56 -06:00 |
active_support_core_extensions.textile
|
documents the backported Range#cover?, and related stuff
|
2011-02-20 10:52:49 +01:00 |
ajax_on_rails.textile
|
Remove awkward phrasing from Ajax on Rails guide
|
2011-02-17 20:49:25 -05:00 |
api_documentation_guidelines.textile
|
merges docrails
|
2011-02-18 23:22:15 +01:00 |
association_basics.textile
|
removes indent from guides example
|
2011-02-18 23:13:29 +01:00 |
caching_with_rails.textile
|
update caching guide with the changes to ActiveSupport::Cache from the 3.0.0 release.
|
2011-02-17 10:14:22 -06:00 |
command_line.textile
|
fix typos, minor edits
|
2011-02-10 23:37:55 +05:30 |
configuring.textile
|
ActiveRecord :default_timezone is :utc in Rails, as set by active_record/railtie.rb
|
2011-02-06 16:04:29 -08:00 |
contribute.textile
|
upgrades RedCloth dependency to ~> 4.2, adds RedCloth to the project's Rakefile, removes gem call from the guides generator (use bundle exec if needed)
|
2011-01-12 21:12:44 +01:00 |
contributing_to_ruby_on_rails.textile
|
Revert "Fix error: docrails is a fork, not a branch."
|
2011-02-15 22:17:25 +01:00 |
credits.html.erb
|
small rewording of my entry in the credits
|
2010-12-26 21:27:00 +01:00 |
debugging_rails_applications.textile
|
use all and first instead of find(:all) and find(:first)
|
2010-12-25 23:59:57 +05:30 |
form_helpers.textile
|
merges docrails
|
2011-02-18 23:22:15 +01:00 |
generators.textile
|
fix template url
|
2011-01-08 23:35:36 +05:30 |
getting_started.textile
|
Added --sandbox option to rails console explanation.
|
2011-02-13 18:14:05 -06:00 |
i18n.textile
|
replaced MODEL.human_name with MODEL.model_name.human now that .human_name is deprecated
|
2011-02-09 11:23:42 -05:00 |
index.html.erb
|
renames the contrib guide in the index
|
2010-12-29 11:42:11 +01:00 |
initialization.textile
|
There's a couple -> There are a couple
|
2010-12-28 17:32:41 +10:00 |
layout.html.erb
|
Add CSS fix for WebKit/Mac rendering issue.
|
2011-02-05 13:09:35 -08:00 |
layouts_and_rendering.textile
|
Refer to the correct action - it's the update action, in the special case where we want to render the edit view.
|
2011-01-27 11:39:47 -08:00 |
migrations.textile
|
Revert "Created a new Troubleshooting section in the migrations guide."
|
2011-02-18 23:03:54 +01:00 |
nested_model_forms.textile
|
fix typo
|
2010-12-22 23:47:23 +05:30 |
performance_testing.textile
|
use all and first instead of find(:all) and find(:first)
|
2010-12-25 23:59:57 +05:30 |
plugins.textile
|
change plugins guide to favor gem based plugins, clean up to reflect the state of Rails3 plugins, remove information not compatible with Rails3.
|
2011-02-13 14:21:17 -07:00 |
rails_application_templates.textile
|
fix spacing
|
2010-12-26 23:00:03 +05:30 |
rails_on_rack.textile
|
correct links to rack articles
|
2010-12-23 22:51:12 -08:00 |
routing.textile
|
Add notes on how to override the default :id constraint [#5994 state:resolved]
|
2011-02-14 01:01:20 +00:00 |
ruby_on_rails_guides_guidelines.textile
|
Merge branch 'master' of git://github.com/lifo/docrails
|
2011-01-20 10:33:38 +01:00 |
security.textile
|
session is reset on token mismatch
|
2011-02-21 13:44:19 -08:00 |
testing.textile
|
Fixed the SelectorAssertions documentation url.
|
2011-02-02 11:24:01 +11:00 |