Joshua Peek
|
e1f73aab8c
|
Inherit ActionController::Request from Rack::Request
|
2009-01-09 11:47:44 -06:00 |
|
Pratik Naik
|
e0fa041fce
|
Process time should be wall time when benchmarking
|
2009-01-09 16:46:24 +00:00 |
|
Jeremy Kemper
|
859e1508be
|
Fix test broken by test process changes
|
2009-01-07 16:37:32 -08:00 |
|
Jeremy Kemper
|
074414883c
|
Remove Content-Length header from :no_content responses
|
2009-01-07 15:55:28 -08:00 |
|
Jeremy Kemper
|
48963a55c7
|
Set assigns for integration tests also
|
2009-01-07 15:52:19 -08:00 |
|
Jeremy Kemper
|
347db97edd
|
Take care not to mix in public methods
|
2009-01-07 14:49:12 -08:00 |
|
Jeremy Kemper
|
c90572e3ab
|
Use instance_eval instead of adding an accessor to the class
|
2009-01-07 14:49:12 -08:00 |
|
Jeremy Kemper
|
35fa007313
|
Include process methods in ActionController::TestCase only. No need to alias_method_chain :process either.
|
2009-01-07 14:49:05 -08:00 |
|
Jeremy Kemper
|
0f9e65b71f
|
Object#tap for Ruby < 1.8.7
|
2009-01-07 13:19:48 -08:00 |
|
Pratik Naik
|
17da45b789
|
Fix JSON decoder date-converter regexp [#1662 state:resolved] [Jonathan del Strother]
|
2009-01-07 17:51:11 +00:00 |
|
Michael Koziarski
|
2f92313324
|
Spam people with commit rights on test failures.
|
2009-01-07 18:18:00 +13:00 |
|
Mike Gunderloy
|
19818eb0ea
|
Update CI configuration to reflect latest gems.
|
2009-01-07 16:42:53 +13:00 |
|
Jeremy Kemper
|
8736dd3241
|
Fix failing flash test
|
2009-01-06 16:57:41 -08:00 |
|
Jeremy Kemper
|
851c3de5c9
|
Merge branch 'master' of git@github.com:rails/rails
|
2009-01-06 15:36:38 -08:00 |
|
Jeremy Kemper
|
9b96e8d1cc
|
Consolidate test_help requires
|
2009-01-06 15:36:08 -08:00 |
|
Jeremy Kemper
|
84194ce936
|
Explicitly require AS::TestCase
|
2009-01-06 15:35:46 -08:00 |
|
Joshua Peek
|
b7ea4add86
|
Bump Rack version to 0.9
|
2009-01-06 15:20:57 -06:00 |
|
Joshua Peek
|
ce706b4b9b
|
Cache AssetTag timestamps
|
2009-01-04 15:39:16 -06:00 |
|
gbuesing
|
d2a1c2778e
|
TimeWithZone#- gives correct result with wrapped DateTime, and with DateTime argument
|
2009-01-04 13:58:08 -06:00 |
|
Joshua Peek
|
f00e86d7e9
|
Memoize request accessors on the Rack env so other request objects have access to the same cache [#1668 state:resolved]
|
2009-01-04 12:15:15 -06:00 |
|
Joshua Peek
|
ed2e776bde
|
Move metal above method piggybacking middleware and add some test coverage
|
2009-01-03 23:02:29 -06:00 |
|
Joshua Peek
|
f7ee082bb3
|
Add failing test for file uploads with unrewindable input
|
2009-01-02 18:46:01 -06:00 |
|
Joshua Peek
|
104898fcb7
|
Revert to the good old days when AssetTag didn't cause anyone problems
|
2009-01-02 13:40:23 -06:00 |
|
Laszlo Bacsi
|
606176a55b
|
Fixed call_with_exception for Routing Errors [#1684 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2009-01-02 10:46:48 -06:00 |
|
ddemaree
|
f90160c6c1
|
Fixed bug where calling app method from console would raise ArgumentError [#1629 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
2009-01-02 10:31:21 -06:00 |
|
David Heinemeier Hansson
|
a1fb57aa69
|
Added :silence option to BenchmarkHelper#benchmark and turned log_level into a hash parameter and deprecated the old use [DHH]
|
2009-01-01 18:53:16 +01:00 |
|
David Heinemeier Hansson
|
f1e20ce9a7
|
Merge branch 'master' of git@github.com:rails/rails
|
2009-01-01 18:13:14 +01:00 |
|
David Heinemeier Hansson
|
49a055dff6
|
Fixed the AssetTagHelper cache to use the computed asset host as part of the cache key instead of just assuming the its a string [#1299 state:committed]
|
2009-01-01 18:12:49 +01:00 |
|
Jeremy Kemper
|
a5004573d8
|
Only silence backtrace from plugin lib dirs
|
2008-12-30 18:25:44 -08:00 |
|
Jeremy Kemper
|
2e1132fad8
|
Test that exceptions raised in filters are properly rescued
|
2008-12-30 18:06:56 -08:00 |
|
Jeremy Kemper
|
c69d8c043f
|
Fix formatted_* deprecation message
|
2008-12-30 15:16:51 -08:00 |
|
Jeremy Kemper
|
2f9edde142
|
Clean trailing / after rails root from backtraces
|
2008-12-30 12:44:31 -08:00 |
|
Jeremy Kemper
|
d961592886
|
Merge branch 'master' of git@github.com:rails/rails
|
2008-12-30 12:40:32 -08:00 |
|
Pratik Naik
|
82443ecfad
|
Merge commit 'fred/pullable'
|
2008-12-30 17:50:17 +00:00 |
|
Mike Gunderloy
|
a29369ae4a
|
Fix named scope tests for sqlite3 [#1667 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-12-30 03:10:11 +00:00 |
|
Mike Gunderloy
|
220dff4c3b
|
Add transaction check to SQLite2 adapter to fix test_sqlite_add_column_in_transaction_raises_statement_invalid [#1669 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-12-30 03:07:30 +00:00 |
|
Joshua Peek
|
558ab327b7
|
Clean up view path cruft and split path implementations into Template::Path and Template::EagerPath
|
2008-12-29 19:27:19 -06:00 |
|
Jeremy Kemper
|
276ec16007
|
Merge branch 'master' of git@github.com:rails/rails
|
2008-12-29 14:38:54 -08:00 |
|
Mike Gunderloy
|
490c26c843
|
Fix failing gem dependency tests [#1659 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-12-29 20:00:47 +00:00 |
|
Mike Gunderloy
|
36af857c43
|
Fix FCGI dispatching tests
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-12-29 19:58:10 +00:00 |
|
Joshua Peek
|
c20c72e3d9
|
Use rack namespace for routing args
|
2008-12-28 15:34:59 -06:00 |
|
Joshua Peek
|
5d89605c11
|
Make router and controller classes better rack citizens
|
2008-12-28 15:31:03 -06:00 |
|
Joshua Peek
|
45dee3842d
|
HTTP Digest authentication [#1230 state:resolved]
|
2008-12-28 15:13:16 -06:00 |
|
Joshua Peek
|
1f0aecd931
|
Allow custom rails generators to pass in their own binding to Create command so that the corresponding erb templates get rendered with the proper binding [#1493 state:resolved]
|
2008-12-28 15:10:41 -06:00 |
|
Joshua Peek
|
1e45818a62
|
Allow multiple conditions for callbacks [#1627 state:resolved]
|
2008-12-28 15:07:17 -06:00 |
|
Yaroslav Markin
|
3b92b141fd
|
Fix 'i18n' require broken by 0.0.1 -> 0.1.1 commit [#1658 state:committed]
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
|
2008-12-28 21:34:57 +01:00 |
|
Yaroslav Markin
|
1648df79b7
|
Update i18n gem to version 0.1.1 (Rails' changes were backported) [#1635 state:committed]
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
|
2008-12-28 21:19:27 +01:00 |
|
David Heinemeier Hansson
|
0efec64520
|
Merge branch 'master' of git@github.com:rails/rails
|
2008-12-28 20:53:58 +01:00 |
|
Yaroslav Markin
|
66ee5890c5
|
Introduce dynamic scopes for ActiveRecord: you can now use class methods like scoped_by_user_name(user_name) and scoped_by_user_name_and_password(user_name, password) that will use the scoped method with attributes you supply. [#1648 state:committed]
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
|
2008-12-28 20:52:46 +01:00 |
|
Xavier Noria
|
a2270ef259
|
Inline code comments for class_eval/module_eval [#1657 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2008-12-28 19:49:28 +00:00 |
|