rails3-devise-rspec-cucumber icon indicating copy to clipboard operation
rails3-devise-rspec-cucumber copied to clipboard

An example Rails 3.2 app with Devise and RSpec and Cucumber.

Results 13 rails3-devise-rspec-cucumber issues
Sort by recently updated
recently updated
newest added

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 0.3.37 to 0.3.61. Release notes Sourced from tzinfo's releases. v0.3.61 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require from...

dependencies

Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.6.5 to 0.9.5. Release notes Sourced from i18n's releases. v0.9.5 #404 reported a regression in 0.9.3, which wasn't fixed by 0.9.4. #408 fixes this issue. Thanks @​wjordan!...

dependencies

Bumps [better_errors](https://github.com/BetterErrors/better_errors) from 0.9.0 to 2.8.0. Release notes Sourced from better_errors's releases. v2.8.0 Support for Rails ActionableError #465 Allow editor links to work inside an iframe or with CSP that...

dependencies

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.3.5 to 2.8.0. Changelog Sourced from addressable's changelog. Addressable 2.8.0 fixes ReDoS vulnerability in Addressable::Template#match no longer replaces + with spaces in queries for non-http(s) schemes fixed...

dependencies

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.6.0 to 1.6.8.1. Changelog Sourced from nokogiri's changelog. 1.6.8.1 / 2016-10-03 Dependencies Removes required dependency on the pkg-config gem. This dependency was introduced in v1.6.8 and, because...

dependencies

Bumps [rake](https://github.com/ruby/rake) from 10.1.0 to 12.3.3. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 12.3.3 > > ==== Bug fixes > > * Use the application's name in error message if...

dependencies

@user = FactoryGirl.create(:user, email:"[email protected]") login_as @user SQLite3::BusyException: database is locked: UPDATE "users" SET "last_sign_in_at" = '2013-02-28 23:50:24.881571', "current_sign_in_at" = '2013-02-28 23:50:24.881571', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1,...

Please see Rails issue [7175](https://github.com/rails/rails/issues/7175) for some discussion of this problem. ``` ENV["RAILS_ENV"] = 'test' ``` Why do I suggest changing this to '='?: Because in some cases and with...

Use database_cleaner strategy = :truncation instead of transaction which causes nil error

"If you prefer to use Haml, see the detailed guide Rails Default Application Layout for HTML5" - and link to: http://railsapps.github.io/rails-default-application-layout.html but - there's no word about Haml.