Giter VIP home page Giter VIP logo

chatter-tutorial's People

Contributors

jgwmaxwell avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

chatter-tutorial's Issues

wrong sql generation!

Class#process_post_marks failed with ActiveRecord::StatementInvalid: SQLite3::SQLException: no such table: marks_posts: INSERT INTO "marks_posts" ("mark_id", "post_id") VALUES (1, 1) - 0 failed attempts

I have this as my tags table, using the name marks.

create_table :posts_marks do |t|
t.integer :post_id
t.integer :mark_id
end

I'm going to change table to marks_posts to see what happen's but that plain wrong semantics to me!
Why didn't you use a has_many :through association, or its not possible in this case. That's the popular method for many_to_many associations!

I should have mentioned. I'm using delayed _job as background processor...may be that's the problem, but we will see.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.