Coder Social home page Coder Social logo

rails-form_for-lab's People

Contributors

annjohn avatar dandanberry avatar danielseehausen avatar dependabot[bot] avatar drakeltheryuujin avatar ihollander avatar jmburges avatar jordanhudgens avatar lizbur10 avatar maxwellbenton avatar perpepajn25 avatar realandrewcohn avatar rrcobb avatar sandyvern avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rails-form_for-lab's Issues

Strong Parameters

Hi, just wanted to point out that config.action_controller.permit_all_parameters = true exists in the config/application.rb file for this lab, not enforcing strong parameters.

new method unfamiliar

This is not an issue but a suggestion. Up to this point in the curriculum we never saw a .new in the new action. It looks weird at first (even if understandable) to have (without previous explanation):
def new
@Student = Student.new
end

Also when we are not familiar with the syntax it can look like we are gonna hit a conflit while creating a row with the create action right after on the same instance.
It would be nice to have a little paragraph in the lesson about this. thanks

Breaking update for factory_bot throws errors

spec/factories/school_classes.rb throws an error:

FactoryBot.define do
factory :school_class do
title "Computer Science" # undefined method title
room_number 5
end
end

The only way I found to fix this was forcing the program to use factory_bot v. 4.8.2 with factory_bot_rails 4.8.2.

Once those version are in gemfile.lock then students can do their migrations, whereas before rake db:migrate and similar commands with bundle exec would simply throw errors traced to factor_bot gem.

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.