Git Product home page Git Product logo

fishing_bugs's Introduction

Fishing bugs Lab

Fishing

Overview

Welcome to the Rails Debugging Lab! This lab is designed to enhance your understanding of Ruby on Rails by presenting you with a series of intentionally introduced bugs, issues, and challenges within a pre-built Rails application. Your task is to identify, debug, and fix these issues, applying best practices and reinforcing your knowledge of Rails' structure and operation.

Objectives

  • Debugging Skills: Improve your ability to diagnose and fix common Rails errors.
  • Rails Fundamentals: Deepen your understanding of MVC architecture, routing, migrations, ActiveRecord, and more.
  • Problem-Solving: Enhance your problem-solving skills in a real-world context.
  • Best Practices: Learn best practices for writing clean, efficient, and secure Rails code.

Getting Started

  1. Clone the Repository:

    git clone [email protected]:Islamsulaiman/fishing_bugs.git
    cd fishing_bugs
  2. Set Up Your Environment:

    Make sure you have Ruby, Rails, and Bundler installed. Then, run:

    bundle install
  3. Database Setup:

    Run the following commands to set up your database:

    rails db:create
    rails db:migrate
  4. Start the Rails Server:

    rails server

    Visit http://localhost:3000 in your browser to see the application.

Guidelines for Completion

  • Tackle issues one at a time, starting with those you feel most comfortable with.
  • Use Rails documentation, Stack Overflow, and course materials as resources.
  • Commit your changes with descriptive messages after resolving each issue.

Submission

Once you have addressed all the issues:

  1. Fork the repository.
  2. Clone you're forked repository locally.
  3. Create new branch from main to solve in.
  4. Solve the issues one by one, and make each solution in a separate commit.
  5. Push your changes to your forked repository.
  6. Open a PR against the original repository.
  7. Include reflections on what you learned during the lab and any feedback on the lab itself inside the PR description.

fishing_bugs's People

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.