Yehuda Katz
|
5ffaaa71d1
|
Define ActiveModel API Compliance
- Define to_model on AR
- Define to_model on ActiveModel::APICompliant
- Update test fixtures to be API Compliant
- Start using to_model in AP
|
2009-07-20 00:27:04 +09:00 |
|
Yehuda Katz
|
bb530923bc
|
Simplify required "ActionView compliant" API
|
2009-07-19 21:53:02 +09:00 |
|
Yehuda Katz
|
1a2946a6d9
|
Add some missing dependencies
|
2009-07-15 14:16:30 -07:00 |
|
Yehuda Katz
|
1273ffa186
|
Fix AbstractController::Layouts to work when included directly on a controller
|
2009-07-15 14:16:12 -07:00 |
|
Yehuda Katz
|
28508d444e
|
Centralize commonly used parts of AS in ActionController into action_controller.rb
|
2009-07-15 14:15:52 -07:00 |
|
Yehuda Katz
|
b0429f5e66
|
Rename method to a more obvious name
|
2009-07-11 23:40:36 -04:00 |
|
Jesús García Sáez
|
fc6077d76e
|
Allow symbols on routes declaration (:controller and :action values) [#2828 state:resolved]
Signed-off-by: Yehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>
|
2009-07-02 12:18:48 -07:00 |
|
Yehuda Katz + Carl Lerche
|
0515256fd3
|
Accept Symbol for contoller name [#2855 state:resolved]
Signed-off-by: Yehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>
|
2009-07-01 11:16:18 -07:00 |
|
Vicente Mundim
|
68b02cb00a
|
Make filter_parameters work correctly with array parameters.
|
2009-06-27 12:43:57 +12:00 |
|
Joshua Peek
|
7837da41a3
|
send_data should set Content-Length as a string
|
2009-06-25 14:47:15 -05:00 |
|
Pratik Naik
|
97159fad6a
|
Missed file from the previous commit 92b229e125
|
2009-06-25 17:03:07 +01:00 |
|
Pratik Naik
|
92b229e125
|
Make performance tests work again
|
2009-06-25 17:02:04 +01:00 |
|
Yehuda Katz
|
4417a19b03
|
Small changes to get 1.9 passing (for the most part)
|
2009-06-23 14:06:22 -07:00 |
|
=?utf-8?q?Mislav=20Marohni=C4=87?=
|
21cd4c0e93
|
Fix polymorphic_path doesn't modify options hash [#2099 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2009-06-21 17:53:07 +01:00 |
|
Yehuda Katz + Carl Lerche
|
ca8f8fb031
|
Remove one more note about deprecated behavior
|
2009-06-17 18:15:41 -07:00 |
|
Yehuda Katz + Carl Lerche
|
a9ad763c86
|
Drive the final stake through @content_for_*'s heart!
|
2009-06-17 18:08:45 -07:00 |
|
Yehuda Katz + Carl Lerche
|
55ee0ba7f5
|
Cleaning up if defined?(ActionController::Http) blocks from the pre new base era.
|
2009-06-17 16:23:11 -07:00 |
|
Yehuda Katz + Carl Lerche
|
8fdf3d7890
|
Remove some defined?(Http) checks
|
2009-06-17 16:14:05 -07:00 |
|
Yehuda Katz + Carl Lerche
|
487312515c
|
RJS doesn't render with an HTML layout by default
|
2009-06-17 12:54:19 -07:00 |
|
Yehuda Katz + Carl Lerche
|
315147fcb5
|
Move the exceptions for missing template into Compatibility in prep for moving it into a "not-production" module
|
2009-06-16 13:54:55 -07:00 |
|
Yehuda Katz + Carl Lerche
|
dd58f4021d
|
An exception is raised if a layout is missing only if the layout is missing for all mimes
|
2009-06-16 13:44:51 -07:00 |
|
Yehuda Katz + Carl Lerche
|
01a4bc84b8
|
Exceptions now in an exceptions module
|
2009-06-16 11:32:38 -07:00 |
|
Yehuda Katz + Carl Lerche
|
18c3b77b23
|
Merge process2 into process to people's regular tests run :P
|
2009-06-16 10:46:03 -07:00 |
|
Yehuda Katz + Carl Lerche
|
3c15cba175
|
Whoops, I guess we broke layouts ;)
|
2009-06-15 17:32:10 -07:00 |
|
Yehuda Katz + Carl Lerche
|
19c3495a67
|
rm -r controller/base!
|
2009-06-15 16:29:45 -07:00 |
|
Yehuda Katz + Carl Lerche
|
5314abed18
|
Keep ActionMailer using the old layouts code until it gets refactored.
|
2009-06-15 11:59:28 -07:00 |
|
Yehuda Katz + Carl Lerche
|
a63caa4c0c
|
Get tests to run (with failures) without old base around
|
2009-06-15 11:44:45 -07:00 |
|
Yehuda Katz + Carl Lerche
|
5a8a550a45
|
Finish making things pass with updated internal content_type semantics
|
2009-06-15 11:21:08 -07:00 |
|
Xavier Noria
|
b56169c262
|
moves reopening of core classes to add generic stuff from Action Pack to AS/core_ext and adds tests
[#2798 state:committed]
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
|
2009-06-13 15:01:14 -07:00 |
|
Xavier Noria
|
d32965399c
|
uses Object#metaclass and Object#class_eval in a few spots
[#2797 state:committed]
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
|
2009-06-12 16:14:06 -07:00 |
|
Yehuda Katz + Carl Lerche
|
47ff57f6d1
|
Document and clean up HideActions and Http
|
2009-06-10 15:27:53 -07:00 |
|
Yehuda Katz + Carl Lerche
|
82a10ce9f6
|
Removed unnecessary code
|
2009-06-10 14:43:43 -07:00 |
|
Yehuda Katz + Carl Lerche
|
fbb6b936e9
|
Document ActionController::Helpers
|
2009-06-10 14:28:58 -07:00 |
|
Yehuda Katz + Carl Lerche
|
316fab7de6
|
Cleaned up the #default_helper_module method to make better use of #helper instead of duplicating code.
|
2009-06-10 14:15:21 -07:00 |
|
Yehuda Katz + Carl Lerche
|
4fc0778123
|
Simplify helper use of ActiveSupport::Dependencies, and use super better for in #helpers
|
2009-06-10 12:15:30 -07:00 |
|
Yehuda Katz + Carl Lerche
|
b6fde6b480
|
Clean up AbstractController::Logger and write documentation
|
2009-06-09 17:03:02 -07:00 |
|
Yehuda Katz + Carl Lerche
|
f35f47b8c0
|
Cleaning up and documenting AbstractController::Layouts
|
2009-06-09 16:47:40 -07:00 |
|
Yehuda Katz + Carl Lerche
|
acb2447785
|
Write documentation for AbstractController::Helpers
|
2009-06-09 16:47:39 -07:00 |
|
nate
|
f68cc639f5
|
A test to show that http_authentication needs to fail authentication if the password procedure returns nil. Also includes a fix to validate_digest_response to fail validation if the password procedure returns nil.
Signed-off-by: Michael Koziarski <michael@koziarski.com>
|
2009-06-09 19:47:53 +12:00 |
|
Yehuda Katz + Carl Lerche
|
be371993b7
|
More documentation work on AbstractController
This is still not completely done and there might be pointers to things that don't exist yet.
|
2009-06-08 17:41:08 -07:00 |
|
Yehuda Katz + Carl Lerche
|
38b608ecab
|
Writing comments to AbstractController
|
2009-06-08 16:15:14 -07:00 |
|
Yehuda Katz + Carl Lerche
|
a470bb3612
|
Remove extraneous response_obj
|
2009-06-08 16:15:13 -07:00 |
|
Yehuda Katz + Carl Lerche
|
86fc43fd58
|
ActionPack components should no longer have undeclared dependencies.
* Tests can be run in isolation
* Dependencies added
* A few tests modified to avoid depending on AS deps
not depended on my files they were testing
|
2009-06-08 13:34:07 -07:00 |
|
Yehuda Katz
|
1126a85aed
|
Further cleaning up new callbacks
|
2009-06-02 21:41:31 -07:00 |
|
Yehuda Katz
|
971e2438d9
|
Simplify callbacks to use less metaprogramming
|
2009-06-02 19:00:59 -07:00 |
|
Yehuda Katz + Carl Lerche
|
196f780e30
|
Get all the callback tests to work on new base
|
2009-06-01 15:40:40 -07:00 |
|
Jeremy Kemper
|
c79551f02b
|
Depend on Hash#slice and Object#try
|
2009-05-30 11:59:17 -07:00 |
|
Jeremy Kemper
|
c53057d4fd
|
html-scanner uses Set and class_inheritable_accessor
|
2009-05-30 11:59:17 -07:00 |
|
Joshua Peek
|
669fd84910
|
AS::Concern redefines "include" to lazy include modules as dependencies
|
2009-05-29 17:03:23 -05:00 |
|
Joshua Peek
|
c7c35be8fe
|
AS::Concern includes InstanceMethods module if it exists
|
2009-05-29 16:28:54 -05:00 |
|