Xavier Noria
|
acd0456fcf
|
escaped otherwise autoquoted words
|
2008-08-03 01:44:41 +02:00 |
|
Xavier Noria
|
31e226eeeb
|
say explicitily that after_* callbacks run within the save/destroy transaction
|
2008-08-03 01:32:55 +02:00 |
|
Xavier Noria
|
bd1c02fe4a
|
revised conventions, fixed an example, escaped autolinked words, and other assorted details in request.rb
|
2008-07-29 10:22:45 +02:00 |
|
Xavier Noria
|
6bf05cbb43
|
escaping otherwise autolinked "resource(s)" in resource.rb and assorted minor touches
|
2008-07-28 22:33:04 +02:00 |
|
Xavier Noria
|
5c9d1dbb5c
|
escaping otherwise autolinked "scopes" in named_scope.rb (we can now assume rdoc is v2.1)
|
2008-07-28 22:10:38 +02:00 |
|
Xavier Noria
|
7c509631f5
|
convention revision and typos
|
2008-07-28 22:05:24 +02:00 |
|
Evan Farrar
|
bf4c3361a7
|
The :conditions for calculations are not explained in the intro, there is no intro. This must have been copy/pasted from active_record/base.rb so link there instead.
|
2008-07-28 11:15:58 -05:00 |
|
Pratik Naik
|
5abe63c419
|
Merge commit 'mainstream/master'
Conflicts:
actionpack/lib/action_controller/response.rb
actionpack/lib/action_controller/test_case.rb
actionpack/lib/action_controller/url_rewriter.rb
activerecord/lib/active_record/associations.rb
activesupport/lib/active_support/core_ext/time/conversions.rb
railties/doc/guides/creating_plugins/acts_as_yaffle.txt
railties/doc/guides/creating_plugins/creating_plugins.txt
railties/doc/guides/creating_plugins/migration_generator.txt
railties/doc/guides/creating_plugins/odds_and_ends.txt
railties/doc/guides/creating_plugins/preparation.txt
railties/doc/guides/creating_plugins/string_to_squawk.txt
railties/doc/guides/creating_plugins/view_helper.txt
railties/doc/guides/securing_rails_applications/creating_records_directly_from_form_parameters.txt
railties/doc/guides/testing_rails_applications/testing_rails_applications.txt
|
2008-07-28 15:38:24 +01:00 |
|
Pratik Naik
|
6e75455125
|
Merge docrails changes
|
2008-07-28 12:33:24 +01:00 |
|
Pratik Naik
|
de211914d8
|
Merge commit 'mainstream/master'
Conflicts:
actionpack/lib/action_controller/cookies.rb
actionpack/lib/action_controller/streaming.rb
actionpack/lib/action_controller/test_case.rb
actionpack/lib/action_view/base.rb
actionpack/lib/action_view/helpers/date_helper.rb
actionpack/lib/action_view/helpers/debug_helper.rb
actionpack/lib/action_view/helpers/form_options_helper.rb
actionpack/lib/action_view/helpers/javascript_helper.rb
activerecord/lib/active_record/associations.rb
activerecord/lib/active_record/validations.rb
activeresource/README
activesupport/lib/active_support/core_ext/hash/reverse_merge.rb
activesupport/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/data_timezone_info.rb
activesupport/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/timezone.rb
railties/doc/guides/actionview/helpers.markdown
railties/doc/guides/actionview/partials.markdown
railties/doc/guides/activerecord/basics.markdown
|
2008-07-28 12:03:16 +01:00 |
|
Clemens Kofler
|
10d9fe4bf3
|
Refactored TextHelper#truncate, highlight, excerpt, word_wrap and auto_link to accept options hash [#705 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-07-27 16:49:19 -05:00 |
|
Clemens Kofler
|
f7abf0c9db
|
error_message_on takes an options hash instead of ordered parameters [#704 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-07-27 16:34:20 -05:00 |
|
Joshua Peek
|
490178c930
|
Revert "Ensure adapater specific code is loaded on ActiveRecord::Base.establish_connection"
This reverts commit 8b858782fa.
|
2008-07-27 16:06:51 -05:00 |
|
George Ogata
|
e8fc894f66
|
Make observers define #after_find in the model only if needed.
[#676 state:resolved]
Signed-off-by: Michael Koziarski <michael@koziarski.com>
|
2008-07-26 16:26:08 +02:00 |
|
Hongli Lai (Phusion)
|
6246a8e060
|
Improve documentation for ActionController::UrlWriter.
|
2008-07-24 22:29:53 +02:00 |
|
Joshua Peek
|
f48b9ab5c2
|
ActionController::Base.relative_url_root falls back to ENV['RAILS_RELATIVE_URL_ROOT']
|
2008-07-24 14:06:22 -05:00 |
|
Sam Granieri
|
11fdcf88c2
|
Check for ActionMailer and ActionController before attempting to eager load their view paths
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-07-24 13:51:54 -05:00 |
|
Joshua Peek
|
a87462afcb
|
AbstractRequest.relative_url_root is no longer automatically configured by a HTTP header. It can now be set in your configuration environment with config.action_controller.relative_url_root
|
2008-07-24 13:41:51 -05:00 |
|
Joshua Peek
|
3fd9036fc5
|
Added config.dependency_loading to enable or disable the dependency loader after initialization
|
2008-07-24 11:58:26 -05:00 |
|
Joshua Peek
|
55adaa2efc
|
Fixed bc5896e, and added test case for the caching bug it originally introduced.
|
2008-07-23 13:47:30 -05:00 |
|
Joshua Peek
|
e0db925be0
|
Revert 'bc5896e'
|
2008-07-23 11:23:25 -05:00 |
|
Joshua Peek
|
97a954bf1d
|
Load view path cache after plugins and gems.
|
2008-07-23 10:41:28 -05:00 |
|
Joshua Peek
|
db1bac796e
|
Just file?
|
2008-07-23 10:24:47 -05:00 |
|
Jan De Poorter
|
93e10f9911
|
Ensure NamedScope#any? uses COUNT query wherever possible. [#680 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-07-23 12:02:17 +01:00 |
|
Joshua Peek
|
2681685450
|
Extract ActiveSupport::TypedArray class to ensure an array is all of the same type [#673 state:resolved]
|
2008-07-22 11:12:16 -05:00 |
|
Joshua Peek
|
bc5896e708
|
Memoize ActionView::Base pick_template and find_partial_path for rendering duration
|
2008-07-22 10:27:32 -05:00 |
|
Joshua Peek
|
8a87d8a6c2
|
Improved Memoizable test coverage and added support for multiple arguments
|
2008-07-22 10:26:44 -05:00 |
|
Joshua Peek
|
8b858782fa
|
Ensure adapater specific code is loaded on ActiveRecord::Base.establish_connection
|
2008-07-21 22:41:38 -05:00 |
|
Miles Georgi
|
92f944818e
|
Make script/plugin work with svn+ssh urls. [#662 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-07-22 01:43:23 +01:00 |
|
Daniel Guettler
|
c67713a2fe
|
Use klass.sti_name to make sure associations take store_full_sti_class into account. [#671 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-07-22 01:24:47 +01:00 |
|
Joshua Peek
|
89ec72c281
|
Added configurable eager load paths. Defaults to app/models, app/controllers, and app/helpers
|
2008-07-21 13:43:23 -05:00 |
|
Joshua Peek
|
3bd34b6ffe
|
Preload application classes. Uses same strategy as phusion passenger.
|
2008-07-21 13:43:23 -05:00 |
|
Clemens Kofler
|
0f43de644e
|
Refactored NumberHelper API to accept arguments as an options hash [#666 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-07-21 13:05:27 -05:00 |
|
Clemens Kofler
|
ff9f6fcc75
|
Refactor DateHelper and improve test coverage [#665 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-07-21 12:57:15 -05:00 |
|
Hongli Lai (Phusion)
|
7e69c74749
|
Improve the plugin creation guide's title.
|
2008-07-21 13:28:06 +02:00 |
|
Hongli Lai (Phusion)
|
ec50757b72
|
Update guide generation task for latest Mizuho commandline options. Add admonition icons for the guides.
|
2008-07-20 23:38:28 +02:00 |
|
Michael Koziarski
|
5bec5848b2
|
If it doesn't overflow, it won't have a .start method. So don't run the second assertion either
|
2008-07-20 21:25:31 +02:00 |
|
Michael Koziarski
|
006cbb8fde
|
Handle the case where 64bit time_t won't overflow.
|
2008-07-20 21:23:18 +02:00 |
|
Hongli Lai (Phusion)
|
e2d283543f
|
Fix some layout/styiling problems.
|
2008-07-20 18:06:16 +02:00 |
|
Hongli Lai (Phusion)
|
90f8b192f7
|
Convert 'creating plugins' guide to asciidoc format.
|
2008-07-20 17:55:27 +02:00 |
|
Hongli Lai (Phusion)
|
48ab28299a
|
Revived two ancient manuals from manuals.rubyonrails.org: 'Securing Rails Applications' and 'Testing Rails Applications'. Now in Asciidoc format generated by Mizuho.
|
2008-07-20 04:40:19 +02:00 |
|
Xavier Noria
|
e28eee6f2f
|
in access.rb, documented edge cases of #from and #to and revised conventions
|
2008-07-20 02:27:31 +02:00 |
|
Joshua Peek
|
da85251f85
|
Refactor ActiveSupport::Dependencies injector so it would be possible to disable it
|
2008-07-19 17:32:22 -05:00 |
|
Joshua Peek
|
598b4546fd
|
Fixed spelling mistake in deprecation warning [#381 state:resolved]
|
2008-07-19 15:43:39 -05:00 |
|
Joshua Peek
|
55bfe6be52
|
Ensure ActionView::PathSet::Path is not initialized with a precompiled path
|
2008-07-19 15:27:55 -05:00 |
|
Kevin Glowacz
|
1b4b1aa725
|
Fixed index and auto index for nested fields_for [#327 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-07-19 15:10:12 -05:00 |
|
David Heinemeier Hansson
|
706425e154
|
Update Prototype to 1.6.0.2 (Patrick Joyce) [#599 status:committed]
|
2008-07-19 13:56:38 -05:00 |
|
Clemens Kofler
|
c98692abcf
|
Removed handling of string parameter in link_to to have all URL generation done by url_for
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-07-19 13:06:43 -05:00 |
|
Clemens Kofler
|
938caf4e6b
|
Removed unused option from FormHelper#fields_for [#641 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-07-19 12:40:30 -05:00 |
|
Joshua Peek
|
e23156e87b
|
Only create a path for ActionMailer template root instead of a path set. Better fix than 7461227
|
2008-07-19 12:35:42 -05:00 |
|