Chris Peters
Chris Peters
Example config: ``` yml adapter: ftps host: example.com username: myusername password: verysecurepassw0rd path: ``` Stack trace: ``` $ dandelion deploy --dry-run /.rvm/gems/ruby-2.2.3/gems/double-bag-ftps-0.1.2/lib/double_bag_ftps.rb:64:in `+': no implicit conversion of nil into String...
- Integrate with [appraisal](https://github.com/thoughtbot/appraisal) or [gemika](https://rubygems.org/gems/gemika) gem - Add simple Docker + RVM config for testing different Ruby versions and DBs locally
Sometimes we may want to setup an aliased association with a scope, while including the original association as well. I recently ran across the need to do something like this:...
Let's say I have a setup like this: ``` coldfusion // models/Invoice.cfc component extends="Model" { function init() { hasMany("items"); nestedProperties(association="items", allowDelete=true, sortProperty="position"); } } ``` Then through the form, you...
#707 demonstrates some confusion caused by the sparse documentation on tableless models. (See my comment regarding what is available in terms of callbacks, validations, sans associations, etc.) Maybe add some...
Not sure if this is pushing too far, but I get incorrect behavior when trying to use methods like `changed?` and `changes` when `nilify_blanks` is applied to a model. For...
This is a small one, but pulling Liquid.js into my Ember app causes issues when running the tests in PhantomJS 2.1.1 (latest). I end up this fun error: ``` Global...