github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

lardawge / goldberg forked from urbanus/goldberg

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 7
    • 8
  • Source
  • Commits
  • Network (8)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (1)
    • master ✓
  • Tags (0)
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

Goldberg -- the rapid website framework for Ruby on Rails -- Rails 2.3.2 compatible — Read more

  cancel

http://github.com/urbanus/goldberg/tree

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Updated readme 
lardawge (author)
Wed Sep 30 08:34:41 -0700 2009
commit  b549549136abc6861b447adb19e0cdfb71e74e0b
tree    1fdbdff3732dccd2a8fc5e99abd24c118d85494e
parent  34f235055cd7a8d39984dbe5b95e8c7088caac75
goldberg /
name age
history
message
file .gitignore Wed Jul 09 03:21:46 -0700 2008 Added generator functionality and Rails 2.1 com... [urbanus]
file README.rdoc Wed Sep 30 08:34:41 -0700 2009 Updated readme [lardawge]
directory app/ Wed Sep 30 08:25:31 -0700 2009 Upgraded the crypto from sha1 to sha512 and add... [lardawge]
directory db/ Sat Jan 05 04:02:37 -0800 2008 Re-arranged Goldberg's standard libraries into ... [urbanus]
file goldberg.txt Tue Jul 08 17:40:00 -0700 2008 Added submodule file to Goldberg plugin. [urbanus]
file init.rb Tue Apr 28 00:38:56 -0700 2009 added to init.rb file for 2.2 compatibility. S... [lardawge]
directory lib/ Wed Sep 30 08:25:31 -0700 2009 Upgraded the crypto from sha1 to sha512 and add... [lardawge]
directory tasks/ Wed Jul 09 03:41:16 -0700 2008 More Rails 2.1 compatibility changes. [urbanus]
directory test/ Wed Jul 09 03:41:16 -0700 2008 More Rails 2.1 compatibility changes. [urbanus]
directory themes/ Wed Jul 09 03:21:46 -0700 2008 Added generator functionality and Rails 2.1 com... [urbanus]
README.rdoc

Goldberg

Updated 9/30/09

Should run on rails 2.3.4 (haven’t had a problem). Password are now encrypted using Sha512. Credit to authlogic (using the same algorithm). Older Sha1 passwords will be automagically updated on next login. Take a look at lib/goldberg/crypto_pass_sha512.rb vs lib/goldberg/crypto_pass_sha1.rb if your curious about the diff.

Prerequisites Rails >= 2.2 (gem install rails) RedCloth (gem install RedCloth)

Usage

This is an example of how you would set up a Rails website that you plan to manage with git, with Goldberg as a submodule.

        $ rails mysite
        $ cd mysite
        $ git init
        $ git submodule add git://github.com/lardawge/goldberg.git vendor/plugins/goldberg

We’re skipping some steps, like appropriate .gitignore entries for your log/ directory and others—that’s up to you.

Set up your config/database.yml appropriately then continue…

        $ rake goldberg:install
        $ rake goldberg:theme[snooker]

The first command above will bootstrap your Goldberg environment, including migrating and populating your database with a default setup.

The second runs a little bit of generator code to put Goldberg’s assets (images, stylesheets, javascripts) into public/ and to put a default application.html.erb into your site. Available themes include “ewnf”, “goldberg”, “snooker” and “spoiled_brat”.

And that’s it: now you should be ready to run script/server and use your site.

Contact

The main point of contact for the Goldberg project is the discussion group:

  • Google Group: groups.google.com/group/rubyonrails-goldberg
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server