Skip to content

aqabawe/legacy_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Legacy App

This is an example rails 2.3 project to use as an exercise in upgrading to ruby 1.9 and rails 3. It was derived from an existing project so hopefully represents things found in a typical 2.3 app.

Installation

To run the project you will need to have the following installed on your development machine:

  • ImageMagick
  • MySQL (or access to a MySQL server)
  • ruby 1.8.6 or 1.8.7
    • With the bundler gem installed.

Then,

  • Clone the repo (including submodules)
    • git clone --recursive https://github.com/tricycle/legacy_app.git
  • cd into repo
  • run bundle install
  • rake db:create db:schema:load
  • RAILS_ENV=test rake db:create

Testing

Run the tests with:

  • rake spec cucumber

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages