todo-tutorial
todo-tutorial copied to clipboard
The project has moved to Hyperstack!! - Build a todo app using Ruby Hyperloop
Bad URL
> Build a todo app using Ruby Hyperloop http://ruby-hyperloop.io The correct URI is *_http://ruby-hyperloop.org_*
Following just the summarize discuss in gitter: Following is toto error: - get '/(*other)', to: 'hyperloop#app', which introduce in Chapter 7, should mention in Chapter 1, other, rails route not...
``` ruby Capybara.register_driver :selenium_with_firebug do |app| profile = Selenium::WebDriver::Firefox::Profile.new profile.frame_position = ENV['DRIVER'] && ENV['DRIVER'][2] profile.enable_firebug Capybara::Selenium::Driver.new(app, :browser => :firefox, marionette: true) end ``` The `profile` can not pass to `Capybara::Selenium::Driver.new`....
Where is chapter 7?
I’m summarizing here what we talked about after the meetup last night. I suggested, in addition to the automated tests, a way to make `rails server` work so I could...
A reader should be able to start the tutorial from any chapter. But when I run the server and try to visit the site after checking out the branch `chapter-2`,...