Pete Forde

Results 2 issues of Pete Forde

> ArgumentError - Invalid route name, already in use: 'root' > You may have defined two routes with the same name using the `:as` option, or you may be overriding...

The example seed file suggested fails under Rails 4 RC1 with the following error and a stack trace: > Could not find table 'name' I converted: ``` Role.find_or_create_by_name({ :name =>...