On Tue, Oct 6, 2009 at 4:00 PM, Philippe Creux wrote:
> I have few patches for active resource I would like to publish but I
> can't get the test suite passing.
>
> In: rails/activeresource (2-3-stable)
> Running: rake test
> Got the following:
> 1) Error:
> test_exists_without_http_mock(BaseTes
We're in the process of reworking AM to work with the new
AbstractController. One design goal is making the path to standalone use
more clear. For your case, try require "action_controller" before trying to
do any AM stuff :)
-- Yehuda
2009/10/6 GregD
>
> Hi everyone,
>
> Has anybody used Action
Hi all,
I have few patches for active resource I would like to publish but I
can't get the test suite passing.
In: rails/activeresource (2-3-stable)
Running: rake test
Got the following:
1) Error:
test_exists_without_http_mock(BaseTest):
NoMethodError: undefined method `any_instance' for
Activ
Hi everyone,
Has anybody used ActionMailer outside rails? I have googled and found
some things, but I can not seem to get it to work for a stand-alone
app.
The problem is setting the template_root. If I dont' set it,
ActionMailer can not find my mail templates. If I try and set it, I
get an u
I've created a patch for this change which can be found at
https://rails.lighthouseapp.com/projects/8994/tickets/3164. All the
tests pass and #clone acts correctly. However I'd really appreciate
some feedback on one niggling point regarding when the
after_initialize callbacks get run.
--~--~--
On Oct 5, 3:36 pm, John Trupiano wrote:
> In case it wasn't clear, this command is run from within a local checkout of
> the rails source, e.g.
> git clone git://github.com/rails/rails.git
> cd rails
> git branch --track 2-3-stable origin/2-3-stable
> git checkout 2-3-stable
> cd railties
> rake