Tyler Knappe
Tyler Knappe
Hey JuanitoFatas, you may want to look into RVM and gemsets. https://rvm.io/gemsets/basics Using gemsets, you can manage multiple versions of rails without the need to use undocumented hacks.
My point here is that RVM was designed for exactly this case. Ruby/gem managers (RVM, rbenv, ect) exist for to manage both ruby versions and gemsets. This is common to...
That is my point though. I would rather steer people towards using a ruby/gem manager than using this 'feature', for all the reasons listed above.
I am too when using: map.root :homepage
I'd love to hear some feedback on this PR. The goal was to remove the expensive cycle of reloading the page for each job that has been removed from the...
This looks to have failed (only) on Ruby 2.2 to install sqlite3. `An error occurred while installing sqlite3 (1.3.8), and Bundler cannot continue.`
One thing of note here. I had some trouble testing this out because mocking out a `Resque::Failure` for the full stack gave me some trouble. I'd appreciate it if someone...
@mcfiredrill Thanks! Rebase'd.
@mcfiredrill @mattgibson Anyone had a chance to look at this, by chance?
@mcfiredrill @mattgibson Just checking in. It has been month since I last checked.