andhapp
andhapp
On running the following migrations: class AddVersionToPost < ActiveRecord::Migration def self.up Post.create_versioned_table end def self.down Post.drop_versioned_table end end and where Post is: class Post acts_as_versioned end
I am using `json_api_client` for making API requests. We inject a request modifier to ensure the POST/PUT request payload matches Graphiti's sideposting format. However, here's a request that's stumped me....
I am quite new to grunt and node, so please let me know anything obvious that I overlooked. I have a pretty simple set-up as I just wanted to test...
Remarkable currently depends upon jnunemaker-validatable 1.8.1 and mongo 0.17.1 and the currently jnunemaker-validatable is at version 1.8.3 and mongo is at 0.19.1 which causes dependency issues with bundler.
Hello all, I have created a very simple (copy of original) script for CentOs, here: http://github.com/andhapp/cinabox/commit/05b66862b82026572093b59100de377a46d01e62. It could be improved massively. So, if anybody has suggestions please fork and refactor....
Just like rspec, a user should be able to define serve command settings in a .spin file. For example: --push-results -t The code to accomplish this would be trivial and...
Here's what happens: This works fine. script/rails generate<tab> rspec:install model session_migration test_unit:performance erb:mailer observer stylesheets test_unit:plugin erb:scaffold performance_test test_unit:controller test_unit:scaffold Next, when I do: script/rails generate rspec:<tab> It completes it...
I have 2 resources in different namespaces with the same base url. When I try and set the `jsonapiType` for both of these to the same string - `my_type` in...