Rails-jQuery-Demo icon indicating copy to clipboard operation
Rails-jQuery-Demo copied to clipboard

Demo Rails App with jQuery UJS

Results 3 Rails-jQuery-Demo issues
Sort by recently updated
recently updated
newest added

@esbanarango I've updated the test suite with the latest Rspec and Paperclip gems, and with Rails 4.2.11 (latest for the Rails 4 branch). Most importantly though, this adds a test...

Hi, when I change the driver to chrome, two specs fail. In the spec_helper: ``` ruby Capybara.register_driver :selenium_chrome do |app| Capybara::Selenium::Driver.new(app, :browser => :chrome) end Capybara.javascript_driver = :selenium_chrome ``` results...