On 5 May 2015 at 19:15, Bailey J <
kidb...@gmail.com> wrote:
> I am doing the sample application "trips-app" based on this slightly
> deprecated set of instructions
>
https://ruby-geekcampbaguio.herokuapp.com/#2-database-crud
>
> I'll tell what worked so far and what has been different.
>
> In the instructions it refers to db/migrations but on my version of rails it
> is db/migrate
> I ran into this error but I resolved it
> ActiveRecord::DuplicateMigrationNameError: Multiple migrations have the
> name CreateItineraries
> by finding the duplicate file in finder and just dragging it to the trash.
>
> Then I was able to perform a rake:db migrate
>
> But the entire time I have been getting this error
> NameError: undefined local variable or method `itinerary' for main:Object
> from (irb):1
> from /Users/dev/.rubies/ruby-2.2.2/bin/irb:11:in `<main>'
> Instead of the errors that are documented from the set of instructions I am
> using.