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 |
|
Joshua Peek
|
7ae2105d57
|
MemCacheStore#decrement should use data instance variable not local variable [#521 state:resolved]
|
2008-07-16 18:46:04 -05: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 |
|
Pratik Naik
|
90c930f45c
|
Allow Dispatcher exceptions to be handled in application.rb using rescue_from
|
2008-07-16 18:54:08 +01: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
|
f7d08acd5e
|
Add some useful comments to rackup config
|
2008-07-15 23:32:31 -05:00 |
|
Pratik Naik
|
8b933517ea
|
Add config.ru to rails app generator
|
2008-07-16 05:20:29 +01:00 |
|
Pratik Naik
|
2a7aca8ec3
|
Improve rack/cgi tests
|
2008-07-16 05:07:34 +01:00 |
|
Pratik Naik
|
1d002f6bcb
|
Make RackRequest#request_method respect _method
|
2008-07-16 05:02:29 +01:00 |
|
Joshua Peek
|
fea5b6fd41
|
ActionMailer and ActionView can share the same view path cache
|
2008-07-15 22:58:42 -05:00 |
|
Joshua Peek
|
83e29b9773
|
Removed config.action_view.cache_template_loading, use config.cache_classes instead
|
2008-07-15 22:58:42 -05:00 |
|
Pratik Naik
|
5cc3ea6969
|
RackResponse should not contain Status header
|
2008-07-16 04:17:28 +01:00 |
|
Pratik Naik
|
3343eb428c
|
Tests for rack response content type
|
2008-07-16 04:09:41 +01:00 |
|
Joshua Peek
|
be078ee162
|
Run callbacks from object's metaclass [#575 state:resolved]
|
2008-07-15 22:01:02 -05:00 |
|
Joshua Peek
|
f4f6e57e8c
|
Added Object#metaclass
|
2008-07-15 22:01:02 -05:00 |
|
Pratik Naik
|
89eec91e67
|
Add tests for CgiRequest#content_type
|
2008-07-16 03:31:45 +01:00 |
|
Pratik Naik
|
0f8206104e
|
RackRequest#content_type should return Mime::Type
|
2008-07-16 03:18:35 +01:00 |
|
Joshua Peek
|
8b306bf24c
|
Improved test coverage for fragment cache helper
|
2008-07-15 20:54:17 -05:00 |
|
Jeremy Kemper
|
ecc0543525
|
JavaScriptGenerator should only sets output_buffer for the duration of the update block
|
2008-07-15 18:42:22 -07:00 |
|
Stefan Kaes
|
fbef982e4b
|
Observers not longer add an after_find method to the observed class.
[#625 state:resolved]
|
2008-07-15 16:48:16 -07:00 |
|
David Lowenfels
|
c7acfbb25d
|
requiring rubygems version 1.1.1
|
2008-07-15 16:28:41 -07:00 |
|
miloops
|
459e5817a5
|
update_counters should update nil values.
This allows counter columns with default null instead of requiring default 0.
[#493 state:resolved]
|
2008-07-15 16:21:11 -07:00 |
|
Jeremy Kemper
|
1edb5c85b5
|
Give more info on missing gems and abort instead of printing a warning. App can begin in incomplete state otherwise.
|
2008-07-15 15:50:37 -07:00 |
|
Pratik Naik
|
b337ab0221
|
Move performance test helper settings to railties
|
2008-07-15 21:07:25 +01:00 |
|
Joshua Peek
|
aca246ab25
|
Get buffer for fragment cache from template's @output_buffer
|
2008-07-15 14:43:52 -05:00 |
|
Jonathan Viney
|
4f72feb84c
|
Move the transaction counter to the connection object rather than maintaining it on the current Thread.
Signed-off-by: Michael Koziarski <michael@koziarski.com>
[#533 state:resolved]
|
2008-07-15 21:25:12 +02:00 |
|
Michael Koziarski
|
24a8ae4e08
|
Try to get more useful errors out of the test_line_offset failures
|
2008-07-15 20:39:36 +02:00 |
|
Jeremy Kemper
|
3c282f3a0a
|
Ruby 1.9 compat: only eval with block.binding in 1.9, uses more memory than eval with block
|
2008-07-15 10:42:50 -07:00 |
|
Jeremy Kemper
|
4d76bad387
|
Ruby 1.9 compat: account for different String#hash
|
2008-07-15 10:40:33 -07:00 |
|
松田 明
|
bb33432b0f
|
Ruby 1.9 compat: call Proc#binding explicitly. [#623 state:resolved]
|
2008-07-15 10:39:02 -07:00 |
|
Adrian Mugnolo
|
fc89a95193
|
Add in_groups to ActiveSupport::CoreExtensions::Array::Grouping. [#579 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-07-15 15:04:26 +01:00 |
|
Tarmo Tänav
|
c1531ae00d
|
SQLite: rename_column raises if the column doesn't exist.
[#622 state:resolved]
|
2008-07-14 22:58:22 -07:00 |
|
Tarmo Tänav
|
8c91b767c0
|
Fixed postgresql limited eager loading for the case where scoped :order was present
|
2008-07-14 22:44:58 -07:00 |
|
gbuesing
|
3451045658
|
Fix TimeWithZone unmarshaling: coerce unmarshaled Time instances to utc, because Ruby's marshaling of Time instances doesn't respect the zone
|
2008-07-14 23:16:39 -05:00 |
|
Joshua Peek
|
7f0346237e
|
Append a "_" to memoized instance variables
|
2008-07-14 20:25:09 -05:00 |
|
Tarmo Tänav
|
911c2c3813
|
Some performance tweaks to ActiveSupport::Memoizable
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-07-14 20:23:23 -05:00 |
|
Joshua Peek
|
001c8beb4d
|
memorize typo
|
2008-07-14 20:02:59 -05:00 |
|
Joshua Peek
|
dd41f66af5
|
Include Memoizable in ActionView::Template
|
2008-07-14 19:51:43 -05:00 |
|
Joshua Peek
|
8a9934a9d9
|
Added Memoizable mixin for caching simple lazy loaded attributes
|
2008-07-14 19:50:32 -05:00 |
|
Tarmo Tänav
|
d27dd860c7
|
Use sub instead of gsub
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2008-07-14 18:02:59 -05:00 |
|
Joshua Peek
|
9dc258d614
|
Eager load Partial variable_name and counter_name. Tidy up render_partial_collection.
|
2008-07-14 17:40:58 -05:00 |
|
Tiago Macedo
|
76df9fa068
|
Fix integer quoting issues in association preload. [#602 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-07-14 23:34:19 +01:00 |
|
Gabe da Silveira
|
cd9b24286a
|
Add assert_sql helper method to check for specific SQL output in Active Record test suite. [#325 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-07-14 23:22:39 +01:00 |
|
Jeremy Kemper
|
2d6562d51b
|
Move dead recompile_template? also
|
2008-07-14 13:51:59 -07:00 |
|
Jeremy Kemper
|
3fbefecc9c
|
Remove dead code from merge
|
2008-07-14 13:47:51 -07:00 |
|
Tarmo Tänav
|
07578ac855
|
Fixed mysql change_column_default to not make the column always nullable.
Also added change_column_null to both mysql and sqlite to keep the api features closer to postgresql.
[#617 state:resolved]
|
2008-07-14 12:42:01 -07:00 |
|
Tarmo Tänav
|
8f72bc92e2
|
Fixed test_rename_nonexistent_column for PostgreSQL
Also fixed ability to run migration_test.rb alone
[#616 state:resolved]
|
2008-07-14 12:22:27 -07:00 |
|