Coder Social home page Coder Social logo

emphasis's People

Stargazers

 avatar

Watchers

 avatar  avatar

emphasis's Issues

General Comments

I just wanted to give you some input on your project as it is, currently.

  • Remove the /test folder. Since you are using RSpec, all of your test go in the /spec folder. /test was created by default when you called the rails new <project_name> command. In the future, if you would prefer Rails to not create the /test folder, run rails new <project_name> -T
  • In the description at the top of your GitHub project, 'webcomics' is misspelled.
  • Be sure to add a link to your live app to the README.md file when you deploy.
  • It would be nice to see the ER diagram and your 'To Do' list in the README.
  • I wouldn't set default urls in the migrations. This makes them difficult to change in the future. Create a method in your comics model that returns the default url if cover_img_url is nil.
  • Create factories for your models.
  • Create model tests.
  • Remove turbolinks. Eric's turtlelinks gem makes it easy: https://github.com/HeroicEric/turtlelinks
  • Implement a simple animation. JS, CSS, Canvas; Doesn't matter. Whatever seems the easiest and most intuitive, go for it.
  • If you would like me to review a feature branch, push that branch to GitHub, assign me to it, and ping me on Flowdock.

If you want any assistance or have any questions, let me know.

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.