Giter Club home page Giter Club logo

qlive's People

Contributors

ferbs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

qlive's Issues

Running Qlive from Git Repo

I forked qlive recently and begun writing changes. I want to install my version of qlive using bundler. I couldn't get it to install because the repo contains 3 gems in separate directories. How what I do something like this:

 gem 'qlive', :git=>"https://github.com/bendangelo/qlive"
 gem 'qlive-rspec', :git=>"https://github.com/bendangelo/qlive"
 gem 'qlive-rails', :git=>"https://github.com/bendangelo/qlive"

I tried this with no success:
git "https://github.com/bendangelo/qlive" do
gem 'qlive'
gem 'qlive-rspec'
gem 'qlive-rails'
end

Right now my solution is to move the qlive directory into the root. Which only installs one gem.

Its nice to see this project active! I keep making changes because this project is quite useful.

Qlive Spec Failure

Failure/Error: page.evaluate_script('!!window.qunitComplete')
     Capybara::NotSupportedByDriverError:
       Capybara::NotSupportedByDriverError

Now i'm getting this error.

RSpec Can't Visit Suites With Slashes

I created suites inside foldiers and rspec can't load them up because its escaped. I get this error:

Failure/Error: visit href
     RuntimeError:
       Qlive Suite not found: blah%2Fuser%2Fhome

server side actions

Intercept some namespaced params and run some code based on that.
We need it to send fake comet blasts from a user different from who's logged in.

Timeout

When running rspec:qunit. I get this output:

Failure/Error: page.wait_until(Qlive.setup[:capybara_wait_time]) do # hmmmm
     Capybara::TimeoutError:
       timed out

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.