Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in railstutorial.org

Is it possible to create a new rails app with a rails version that we haven't installed yet?

railstutorial.org, Chapter 6. unknown attribute: password

Factory Girl vs. User.create -- what's the difference?

Rails 4 server fails, Ruby 2.0 segmentation fault, Abort trap 6

Add tests for dependent :destroy in the Relationship model (Chapter 11, Exercise 1 Rails Tutorial, 2nd Ed)

Undefined method 'patch' for #<Rspec::Core - Rails Tutorial Chapter 9

rails generate - "Could not find generator"

I'm using RVM, what is the difference between using bundle install and rvm bundle install?

Rails Tutorial: RSpec test decoupling

Inconsistency between if + else and if -> unless

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