Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

RSpec test destroy method (Rails Tutorial 3.2 Ch. 9, Ex. 10)

Git Error code: No refs in common and none specified; doing nothing

railstutorial.org

uninitialized constant ApplicationRecord

SessionsHelper in railstutorial.org: Should helpers be general-purpose modules for code not needed in views?

Can I access Application Helper methods in a RSpec request?

Ruby on rails and Node.js

Why "bundle install" a gem instead of "gem install" for a rails 3 app?

Rspec and named routes