Sven Fuchs
|
950b9792ba
|
fixing actionpack yml translations
|
2008-08-20 18:44:18 +02:00 |
|
Iain Hecker
|
7ee01c8c54
|
Changed locale file to yml for actionpack, but still broken
|
2008-08-20 18:04:36 +02:00 |
|
Iain Hecker
|
ffeab4e0c1
|
Cleaned up ActiveRecord i18n scoping
|
2008-08-14 10:48:33 +02:00 |
|
Sven Fuchs
|
f26380b775
|
switch to using I18n.load_translations instead of requiring plain ruby files
|
2008-08-13 09:53:25 +02:00 |
|
Sven Fuchs
|
bdf783b5a8
|
update i18n usage for pluralization hashes (api change)
|
2008-08-10 21:29:02 +02:00 |
|
Stefan Kaes
|
b2630502a0
|
Fixed autolink regexp compatibility for ruby 1.9 [#783 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-08-09 10:48:56 -05:00 |
|
miloops
|
ea0d036e31
|
mail_to should use decodeURIcomponent instead of unescape to be utf friendly.
Signed-off-by: Michael Koziarski <michael@koziarski.com>
|
2008-08-08 15:31:02 +02:00 |
|
Clemens Kofler
|
105093f907
|
Refactor DateHelper to use DateTimeSelector presenter pattern
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-08-07 13:13:47 -05:00 |
|
Joshua Peek
|
b2504f8ba0
|
Tidy up ActionMailer rendering logic to take advantage of view path cache instead of using file system lookups
|
2008-08-06 20:11:21 -05:00 |
|
Joshua Peek
|
e5b1ab7cc3
|
MemoryStore is the only "unsafe" store. Make it threadsafe by default.
|
2008-08-06 14:54:18 -05:00 |
|
Clemens Kofler
|
dc66469e64
|
Fixed i18n bulk translate issues in NumberHelper
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-08-04 22:26:14 -05:00 |
|
Jeremy Kemper
|
909a7f430b
|
Ensure mailer view path is loaded when it's assigned. Path#[] raises if it isn't loaded.
|
2008-07-31 17:51:43 -07:00 |
|
Tarmo Tänav
|
656f0e7c6c
|
Fix file permissions
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-07-31 16:36:23 -05:00 |
|
miloops
|
f3da46effa
|
In javascript helpers option[:type] = :synchronous should work as described in docs.
Signed-off-by: Michael Koziarski <michael@koziarski.com>
|
2008-07-31 21:28:12 +02:00 |
|
miloops
|
eaab895f83
|
Prototype helpers should generate Element.insert instead of Insertion.new, which has been deprecated in Prototype 1.6.
|
2008-07-30 01:42:32 -07:00 |
|
Joshua Peek
|
a065b764e5
|
Reapply 'cab168ac' because it was accidentally patched over in '10d9fe4b'
|
2008-07-29 22:04:07 -05:00 |
|
Clemens Kofler
|
fea7771d22
|
Updated NumberHelper: Full i18n support (except number_to_phone), consolidated API (almost all methods now support :precision, :delimiter and :separator). Added deprecation notices for old API. Added tests for new options [#716 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-07-29 21:47:02 -05:00 |
|
Jan De Poorter
|
7aaf1689dd
|
Fix that label_tag doesn't take a symbol for a name. [#719 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-07-29 12:39:21 +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
|
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
|
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 |
|
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 |
|
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 |
|
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
|
cab168ac9b
|
Ruby 1.9: Fixed regexp warning by replacing nested repeat operator + and ? with '*'
|
2008-07-19 00:46:02 -05:00 |
|
Joshua Peek
|
108ed4a566
|
Ruby 1.9: Strip encoding from ERB source since you can not change character encoding during a method
|
2008-07-19 00:24:02 -05:00 |
|
Tom Ward
|
c3d1fda555
|
Set the response content type to that of found template if not explicitly set elsewhere [#444 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-07-18 20:14:12 -05:00 |
|
Joshua Peek
|
d2ccb852d4
|
Removed lagacy TemplateHandler#render API. Left in a legacy TemplateHandler and Compilable stub so plugins will not have to change anything.
|
2008-07-18 16:00:20 -05:00 |
|
Joshua Peek
|
ef6f6625c9
|
Changed ActiveSupport::Memoizable API to extend since it mainly adds the memoize class method
|
2008-07-18 15:32:28 -05:00 |
|
Jeremy Kemper
|
8f9702db5c
|
Merge branch 'master' of git@github.com:rails/rails
|
2008-07-17 14:43:08 -07:00 |
|
Joshua Peek
|
7359597004
|
Wrap AssetTagHelper's computed public path cache in a threadsafe store
|
2008-07-17 16:03:48 -05:00 |
|
Jeremy Kemper
|
636e6b7138
|
Merge branch 'master' into i18n-merge
Conflicts:
actionpack/lib/action_view/helpers/form_options_helper.rb
activerecord/lib/active_record/validations.rb
|
2008-07-17 11:52:56 -07:00 |
|
David Heinemeier Hansson
|
73ade4fe10
|
Resolved conflict
|
2008-07-16 17:45:28 -05:00 |
|
David Heinemeier Hansson
|
8fe01de2e8
|
Fixed that AssetTagHelper#compute_public_path shouldn't cache the asset_host along with the source or per-request proc's won't run [DHH]
|
2008-07-16 17:39:14 -05:00 |
|
Sven Fuchs
|
842917dea0
|
moving country helpers from form_options_helper to form_country_helper again
|
2008-07-16 11:30:57 -07:00 |
|
Sven Fuchs
|
428b77debd
|
fixing another timezone dependent test
|
2008-07-16 11:07:08 -07:00 |
|
Stefan Kaes
|
c64d749abd
|
Fixed template recompile logic [#630 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-07-16 08:26:23 -05:00 |
|
Pratik Naik
|
0432d15164
|
Merge with docrails.
|
2008-07-16 13:01:23 +01:00 |
|
Joshua Peek
|
83e29b9773
|
Removed config.action_view.cache_template_loading, use config.cache_classes instead
|
2008-07-15 22:58:42 -05:00 |
|