Skip to content

BRIMIL01/laruby.com

 
 

Repository files navigation

LARuby.com

LARuby.com is a website built by and for the Los Angeles Ruby users' group. Its purpose is both to be a tool to promote and enhance LARuby and to be a project where LARuby members can work together to learn to be better coders.

LARuby.com is a collaborative effort of various Ruby Programmers in Los Angeles

Getting Started

Getting started is easy:

  1. Clone the code in github.

    $ git clone git://github.com/laruby/laruby.com.git

  2. Install the Rails 2.3.3 gem if needed.

    $ sudo gem install -v 2.3.3 rails

  3. Install the required gems.

    $ sudo rake gems:install

  4. Copy database.yml.init to database.yml.

    $ cp config/database.yml.init config/database.yml

  5. Create the database and load the schema.

    $ rake db:create db:schema:load

  6. Run the specs.

    $ rake spec

At this point, you should get a successful test run that looks something like this:

$ rake spec
(in /Users/you/projects/laruby.com)
....................................................................

Finished in 0.419873 seconds

68 examples, 0 failures

That's it, you're ready to go! Contact us through the laruby-codejam Google group for more information.

About

LA Ruby's home page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 92.2%
  • JavaScript 7.8%