- This is a ruby on rails web application.
- create a user with name and password.
- user can download a album cover and rate that album with a star rating.
This is a college 3rd year project, the Design Document is up within the files or you can download it here. Design Document
You can visit the wiki i have the design document up there to wiki
To run the project on your local machine you need to download ruby installer all is given on documatation folder above. you can run it on the cloud enviroment also details below
To get started, just do the following:
- Run the project with the "Run Project" button in the menu bar on top of the IDE.
- Preview your new app by clicking on the URL that appears in the Run panel below (https://albumratingapp-heanuea.c9users.io/).
The Cloud9 IDE team Support & Documentation Visit http://docs.c9.io for support, or to learn more about using Cloud9 IDE. To watch some training videos, visit http://www.youtube.com/user/c9ide
-
Install Rails at the command prompt if you haven't yet:
$ gem install rails
-
At the command prompt, create a new Rails application:
$ rails new myapp
where "myapp" is the application name.
-
Change directory to
myapp
and start the web server:$ cd myapp $ rails server
Run with
--help
or-h
for options. -
Using a browser, go to
http://localhost:3000
and you'll see: "Yay! You’re on Rails!" -
Follow the guidelines to start developing your application. You may find the following resources handy:
To deploy the project you need to have the rails or to go online onto clou9.io
- Alan Heanue - Initial work - (https://github.com/heanuea)
This project is licensed under the GMIT License - see the LICENSE.md file for details
- httphttp://installrails.com/steps/see_it_live://railsinstaller.org/en
- http://installrails.com/steps/see_it_live
- http://adrianmejia.com/blog/2011/08/11/ruby-on-rails-architectural-design/
- https://www.youtube.com/watch?v=OHgXELONyTQ
- https://rubygems.org/gems/bootstrap-sass
- https://github.com/twbs/bootstrap-sass
- https://rubygems.org/gems/simple_form
- http://onemonthrails.com/
- https://www.youtube.com/watch?v=d6CyzPPpvsU&list=UUNfv9RDwdnBUMlTjbgr7dKw&index=6
- https://www.youtube.com/watch?v=i2x995hm8r8&list=WL&index=30&t=1921s
- http://www.rubydoc.info/gems/paperclip
- https://www.tutorialspoint.com/ruby-on-rails/rails-file-uploading.htm