guides
guides copied to clipboard
Guides for Ruby and Elixir and whatever else I feel like
In regards to gem-development tutorial, under Testing a command line interface (https://github.com/radar/guides/blob/master/gem-development.md#testing-a-command-line-interface): I suppose it's my error, not the tutorial's, but perhaps you can help me in either case: When...
It might help someone out to make a note about spring. If you are developing a gem for Rails 4 with Spring its very easy to get caught out by...
Aruba now has support for multi-line file matching. As of this [PR](https://github.com/cucumber/aruba/pull/103/files).
Is the `ember.md` guide moved elsewhere?
I can't get the last RSpec task to successfully run, see [using-other-gems](https://github.com/radar/guides/blob/master/gem-development.md#using-other-gems): ``` macbuech:foodie josh$ bundle install Fetching gem metadata from https://rubygems.org/........ Using activesupport (3.0.17) Using diff-lcs (1.1.3) Using foodie...
> There's currently only one guide: "Developing a RubyGem using Bundler". This is totally a lie. ;)
I found that whenever I tried running the cucumber/aruba tests that I got a warning informing me to use the backticks method instead of double quotes. I think test should...
Instead of "bundle exec rspec spec", I think it's more user-friendly to use rspec's built-in rake SpecTask detailed here: http://rspec.info/documentation/tools/rake.html
Aruba no longer raises an error on "When I run ...". The correct step is now "When I successfully run ...".
Thanks for this useful write-up. One thing I'm not clear on is if you want your gem to be used either with or without bundler, it's great that bundler now...