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 |
|
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 |
|
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 |
|
Joshua Peek
|
7461227352
|
Ruby 1.9: Call join on template_root instead of to_s
|
2008-07-19 12:23:08 -05:00 |
|
Joshua Peek
|
e0d7bace4e
|
Prefer Mongrel over Thin [#658 state:resolved]
|
2008-07-19 11:42:27 -05:00 |
|
Joshua Peek
|
576cae0043
|
Stub out timestamped_migrations in generator tests
|
2008-07-19 11:34:32 -05:00 |
|
Joshua Peek
|
3fdd1acab6
|
Dropped SQLite 2 from default test runner
|
2008-07-19 11:30:15 -05:00 |
|
Joshua Peek
|
b74b97fef5
|
Update uses_mocha in ActionMailer and ActiveResource
|
2008-07-19 11:14:12 -05:00 |
|
Joshua Peek
|
8c2e839e5a
|
Fix some warnings in i18n lib
|
2008-07-19 11:04:23 -05:00 |
|
Joshua Peek
|
d84d99a8f7
|
Undefine old run method
|
2008-07-19 10:52:30 -05:00 |
|
Tom Ward
|
f205939348
|
Ensure checked value is a string when validating case-sensitive uniqueness [#361 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-07-19 16:14:39 +01: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 |
|
Joshua Peek
|
c609be4596
|
Ruby 1.9: Ensure Memoizable#freeze is only overriden once to avoid an endless loop
|
2008-07-18 23:30:36 -05:00 |
|
Tom Ward
|
d39485078e
|
Raise ArgumentError if an invalid method is specified as part of a route's conditions. Also raise an error if HEAD is specified as the method, as rails routes all HEAD requests through the equivalent GET, though doesn't return the response body [#182 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-07-18 20:19:03 -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 |
|
Joshua Peek
|
e1f23da53c
|
Allow memoized methods to be reloaded and allow multiple symbols
|
2008-07-18 11:19:38 -05:00 |
|
Jeremy Kemper
|
7430c4168f
|
Decrease default benchmark runs from 10 to 4
|
2008-07-17 23:18:21 -07:00 |
|
Jeremy Kemper
|
57a2780f14
|
etag! and last_modified! conditional GET helpers
|
2008-07-17 23:18:10 -07:00 |
|
Joachim Garth
|
a1fcbd971d
|
Make sure association preloading works with full STI class name [#465 state:Resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-07-18 03:44:44 +01:00 |
|
Jeremy Kemper
|
1e0f94a77c
|
Introduce simple internationalization support
|
2008-07-17 14:56:12 -07: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 |
|
Joshua Peek
|
0eef4e554d
|
Allow ActiveSupport::Cache logger to be silenced
|
2008-07-17 16:00:59 -05:00 |
|
Joshua Peek
|
94cf6675d5
|
Cleanup ActiveSupport::Cache::ThreadSafety module and add test coverage
|
2008-07-17 15:29:30 -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 |
|
Pratik Naik
|
99930d499e
|
Fix symbol cookie test
|
2008-07-17 18:19:09 +01:00 |
|
MatthewRudy
|
7e8aee7e6c
|
Add extra tests to ensure Hash#slice works with an array as a key. #613
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-07-17 15:34:51 +01:00 |
|
Pratik Naik
|
b3a2ee7b87
|
Revert "Hash#slice supports an array of keys [#613 state:resolved]"
This reverts commit 396f9df891.
|
2008-07-17 15:28:02 +01:00 |
|
Nik Wakelin
|
bbab639136
|
Set config.active_record.timestamped_migrations = false to have migrations with numeric prefix instead of UTC timestamp. [#446 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-07-17 02:54:45 +01:00 |
|
Joshua Peek
|
d8a72b32c5
|
Revert "Run callbacks from object's metaclass"
|
2008-07-16 20:23:44 -05:00 |
|
Lawrence Pit
|
40dbebba28
|
Allow deep merging of hash values for nested with_options. [#490 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-07-17 01:59:08 +01:00 |
|
Joshua Peek
|
cd63015570
|
All 2xx requests are considered successful [#217 state:resolved]
|
2008-07-16 19:49:46 -05:00 |
|
Ripta Pasay
|
f7fdbae770
|
Use fully-qualified controller name when logging. [#600 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-07-17 01:33:44 +01:00 |
|
Josh Owens
|
396f9df891
|
Hash#slice supports an array of keys [#613 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-07-16 19:31:37 -05:00 |
|