Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in railstutorial.org

rspec "cannot load such file"

rspec railstutorial.org

Ruby Guard questions - 'Please install the sqlite3 adapter' - railstutorial.org

`post_via_redirect` is deprecated and will be removed in Rails 5.1

Could not find the source association(s) :followed_id in model relationship in Rails 3.2

Failed Integration Test of the “remember me” Checkbox

uninitialized constant Capybara (NameError) in rails app

Why are my RSpec tests failing, but my app is working?

Session not destroyed when closing browser - RailsTutorial.org

Rails 3 Tutorial Chapter 11 "Validation failed: Email has already been taken" error

before_action in user controller rendering error: NoMethodError in Users#show

Excon::Errors::Forbidden (Expected(200) <=> Actual(403 Forbidden)

Button doesn't update in Ajax - Rails Tutorial 3 at §12.2.5

Using shoulda to refactor rspec tests on Rails models

Development.log log file isn't logging Rails SQL queries

railstutorial where is debug information coming from

Why use match rather than get when routing in Rails?

Where are instance variables in a Rails helper module stored?

Add a JavaScript display to the Home page to count down from 140 characters. (Rails Tutorial, 2nd Ed, Chapter 10, Exercise 7)

Rails Tutorial: SQLite3::ConstraintException: UNIQUE constraint failed: users.email

Test for destroying associated records when object is destroyed failing in rails app