Daniel Rice
Daniel Rice
@rubyist - can a maintainer please enable CI on this PR, please? Thank you :+1:
> Here is another approach: [activejob-uniqueness](https://github.com/veeqo/activejob-uniqueness) This is by far the better solution. Seems there is a lot of pushback to including ActiveJob in this gem so picking up an...
This is happening to me even though the model has `belongs_to` for the model I'm trying to build a filter for.....
> Yep, it's a known issue. If you switch to `github.io` then they'll work. > > > homepage: https://seejohnrun.github.io/ice_cube > > and quick introduction: https://seejohnrun.github.io/ice_cube/static/ice_cube_ruby_nyc.pdf > > This issue will...
> ``` > checking for rustc... no > configure: error: rustc is required. Installation instructions available at https://www.rust-lang.org/tools/install > ``` You need to install Rust, restart your console, and then...
I solved this a different way than changing your app's Gemfile and introducing dependencies onto your production system that are not used. These rake tasks defined in `Rakefile` are only...
I'm experiencing the same problem on my machine - ruby 1.9.2 - I use Aptana Studio and the default workspace has several spaces in the path. After I run "rake...
And for reference, here's my actual path: `/Users/danielrice/Documents/Aptana Studio 3 Workspace/fivepoint-star`
> Drop this early in your app somewhere: > > ```ruby > $stdout.sync = true > $stderr.sync = true > ``` I'm having trouble with this. I've been using `foreman`...
The plugin above did not work with Expo 51. Going back to Bugsnag. Sorry.