arcane
arcane copied to clipboard
Rails strong parameters, made object oriented.
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...
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...
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...
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...