Reed G. Law
Reed G. Law
I'm trying to run several code blocks in an `org-mode` file using the same process. Normally `org-babel` will run each code block in a separate environment unless you specify a...
I tried all the suggested approaches (namespacing, adding a warning) but none of them worked. Adding a namespace causes an exception when Rails can't find the migration using the convention....
This is useful for testing when you are creating Factories that don't need history tracking. I believe the intent of this pull request is to allow models to be updated...
I'm having a terrible time getting this to work with FactoryGirl and embedded documents. I've tried adding `validate: false` [as suggested here](https://github.com/thoughtbot/factory_girl/issues/578#issuecomment-28296045) but that only works on parent documents without...
@dblock I could write a spec for FactoryGirl that shows the problem with creating invalid embedded documents, but the change I made to `mongoid-history` solves my particular problem. I realize...
I couldn't get this PR working so I "fixed" it for my own use, which might help others in the same situation: https://github.com/Doctible/rsrc Sorry I don't have time to address...
I think the README should be changed. Bundler/gems should not be installed as root.
No, it should be absolute value. Care to make a pull request?
I needed this back when I was on Heroku. Now I no longer need it, but a number of people have found it useful.
Yes, I patched central_logger because Heroku support told me that in order for their advanced logging to work the app must output all logs to STDOUT.