Re: [rspec-users] i've been in activeadmin hell...

2012-04-06 Thread Patrick J. Collins
On Fri, 6 Apr 2012, Justin Ko wrote: > So as you can see from your backtrace, the error is generating from > confirmations_controller.rb, which makes sense because it has "class > Users::ConfirmationsController". > > If you look further up the backtrace, you'll see activesupport trying to > han

Re: [rspec-users] i've been in activeadmin hell...

2012-04-06 Thread Justin Ko
On Apr 6, 2012, at 1:40 PM, Patrick J. Collins wrote: >> On Apr 6, 2012, at 11:21 AM, Patrick J. Collins wrote: >>> ... Changing the filename app/admin/users.rb to app/admin/wtfs.rb >>> >>> makes this error go away... so--- wtfs indeed! > > On Fri, 6 Apr 2012, Justin Ko wrote: >> I'm pretty su

Re: [rspec-users] i've been in activeadmin hell...

2012-04-06 Thread Patrick J. Collins
> On Apr 6, 2012, at 11:21 AM, Patrick J. Collins wrote: > > ... Changing the filename app/admin/users.rb to app/admin/wtfs.rb > > > > makes this error go away... so--- wtfs indeed! On Fri, 6 Apr 2012, Justin Ko wrote: > I'm pretty sure this is an issue with how Rails autoloads things, I've run

Re: [rspec-users] i've been in activeadmin hell...

2012-04-06 Thread Justin Ko
On Apr 6, 2012, at 11:21 AM, Patrick J. Collins wrote: > I am working on a project that uses active_admin, and I found once > building out all of the admin resource files, running rspec causes the > following error: > > /Users/patrick/.rvm/gems/ruby-1.9.3-p125@foobar/gems/activesupport-3.2.2/lib