I am trying to import a project that someone else build 1 year ago, now my mac have already installed all below which include:
-
ruby, rails and mysql -
paperclip -
dragonfly -
authlogic -
sqlite3-ruby -
uuid -
rmagick -
thin or mongrel -
nokogiri -
rack-cache -
pony -
tiny_mce
could any one tell how to import the project, or any link on line can help me?
There is no such thing called import a rails project, If you have ruby installed, the you could use
bundlerto manage your gems via theGemfileif your project is built with rails >= 3 then read this
if your project is build with rails < 3 then read this
and once you are ready with the setup run
which will install all the necessary gems, and if you already have a
Gemfile, then simply run