yamldb / yaml_db

Rails plugin for a database-independent dump format, data.yml .......... Seeking new maintainers! See https://github.com/yamldb/yaml_db/issues/143
https://rubygems.org/gems/yaml_db
949 stars 199 forks source link

Add rails 5.0.0.beta1 support #88

Closed daande closed 8 years ago

daande commented 8 years ago

Add rails 5.0.0.beta1 support

jrgifford commented 8 years ago

Pending CI, looks good to me!

dnrce commented 8 years ago

Thanks!

Rails 5 needs to be added to the Travis build matrix in .travis.yml in order for it to actually be "supported". Can you please make that addition? Then we'll see how the build goes. :-)

Please also squash your commits and improve the title -- "Add rails 5.0.0.beta1 support" is much more explanatory than "Update yaml_db.gemspec".

dnrce commented 8 years ago

Oh, also the README and the CHANGELOG should be updated with this change.

dnrce commented 8 years ago

FYI here is what we did when Rails 4.2.0 came out: b444524f89fb88fa3e8cd33d51261460f735a763

dnrce commented 8 years ago

...and back when it was in beta: f56f074e2e668926fd4a2d14475ac362545b2606

daande commented 8 years ago

I am having trouble with my access pushing from a local repo to my master fork https://github.com/daande/yaml_db

dnrce commented 8 years ago

What trouble?

dnrce commented 8 years ago

You'll want to rebase this over the current master in order to pick up some CI fixes from #89.

dnrce commented 8 years ago

@daande, any update on this?