Skip to content

Skeleton rails app for image storage and edit app project for CSE 360 Fall 2014, ASU

License

Notifications You must be signed in to change notification settings

CSE360Fall2014/ImageSpace-Rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

be51b11 · Oct 1, 2014

History

6 Commits
Oct 1, 2014
Sep 30, 2014
Oct 1, 2014
Oct 1, 2014
Oct 1, 2014
Oct 1, 2014
Sep 30, 2014
Oct 1, 2014
Oct 1, 2014
Oct 1, 2014
Sep 30, 2014
Oct 1, 2014
Sep 30, 2014
Oct 1, 2014
Oct 1, 2014
Oct 1, 2014
Oct 1, 2014
Sep 30, 2014
Sep 30, 2014

Repository files navigation

README

This is the skeleton for image hosting and editing app called ImageSpace. You can name your project anything you want.

To continue your project on top of this, clone this code and do following.

To setup project

  • Install RVM (http://rvm.io/)

  • Install ruby by rvm install ruby 2.0

  • do rvm use 2.0

  • Install dependencies by bundle install

  • Run server with rails server

  • Go to your web browser and open "http://localhost:3000"

  • You are ready to roll :)

The UI is built with twitter bootstrap, less and jquery

The home page does nothing other than taking email and password. If you click on the 'sign in' you will be taken to the same home page.

To run sample unit test

  • run bundle exec rake test

The source file for test is at test folder.

To run sample functional test

*run bundle exe rake cucumber

The functional test is written on Cucumber steps with Selenium driver and Capybara. You can see the tests at features folder

About

Skeleton rails app for image storage and edit app project for CSE 360 Fall 2014, ASU

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published