arcane icon indicating copy to clipboard operation
arcane copied to clipboard

Rails strong parameters, made object oriented.

Results 4 arcane issues
Sort by recently updated
recently updated
newest added

Re-opening @caulfield's #7 for investigation ``` All my controller(and acceptance) specs was broken with error > undefined method `as' for nil:NilClass I'm using rspec-rails 2.13.2 and rails 4.0.0. I found...

bug

I've been thinking about how the RSpec helpers would look. I think it would be wise setting an explicit expectation of what the `#refine` method returns. ``` ruby RSpec.describe ArticlesController...

enhancement

To get arcane to cooperate with the InheritedResources gem, I had to do a little metaprogramming trickery that allows an overwrite of the self.root method for each action because I...

enhancement

This is how I'd like them to work This will create your refineries folder and add a base, template refinery. ``` bash rails g arcane:install ``` This creates a refinery...

enhancement