Giter Club home page Giter Club logo

galrails's Introduction

GalRails Photo

Code Climate Issue Count Build Status

Photo gallery built in Ruby on Rails.

Requirements

Development

Getting Started

  • Open your terminal and clone the repository to your default directory
https://github.com/YannAries/GalRails.git
  • Navigate to the app directory
cd GalRails-photo

Installation

  • Start the web server running on port :3000. Therefore, You can access to the app home page
rails s
  • Open a new terminal window, run the following command to install the dependencies
bundle install
  • Run the first migration to the database
rake db:migrate

galrails's People

galrails's Issues

HTTP Parse Error #1

=> Booting Puma
=> Rails 5.1.4 application starting in development 
=> Run `rails server -h` for more startup options
Puma starting in single mode...
* Version 3.11.0 (ruby 2.4.2-p198), codename: Love Song
* Min threads: 5, max threads: 5
* Environment: development
* Listening on tcp://0.0.0.0:3000
Use Ctrl-C to stop
Started GET "/" for 127.0.0.1 at 2017-11-24 23:54:41 -0500
   (0.5ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
Started GET "/photos" for 127.0.0.1 at 2017-11-24 23:54:42 -0500
Processing by PhotosController#index as HTML
  Rendering photos/index.html.erb within layouts/application
  Photo Load (0.5ms)  SELECT "photos".* FROM "photos"
  Rendered photos/index.html.erb within layouts/application (44.4ms)
Completed 200 OK in 3091ms (Views: 3015.6ms | ActiveRecord: 2.4ms)


2017-11-24 23:54:47 -0500: HTTP parse error, malformed request (): #<Puma::HttpParserError: Invalid HTTP format, parsing fails.>

This error showed up after ugrading Rails from 5.1.3 to 5.1.4. Gems were also updated.

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.