Neil Cameron

Results 6 comments of Neil Cameron

I also got this error when I installed git-s3 into the same dir as my repo. When I did in the dir above it, it all worked.

@jeremyk3 I had the same problem, the work around I came up with was adding in a blank block in the setup e.g. ``` ruby class OauthTest def setup #...

This is what we've done. Should work with minimal tweaking. ``` # app/admin/audit_log_admin.rb Trestle.admin(:audit_log) do menu do item :audit_log, icon: "fa fa-code-fork" end controller do def index @audits = Audited::Audit.paginate(page:...

https://github.com/paulca/configurable_engine/pull/33

Updated to include both the options and the saved value.

You should be able to use this in your gemfile `gem 'smarter_csv', git: 'https://github.com/tilo/smarter_csv', branch: '2.0.0.pre2'`