Sha256: 8bd2c7d3019e42737e6eafb079b3a4afd8625efb6347eb3b6fc54cd7183b07a9

Contents?: true

Size: 635 Bytes

Versions: 8

Compression:

Stored size: 635 Bytes

Contents

--README--

How to get started: 

1. Create a new rails project

2. Drop this into config/environment.rb (after the Rails::Initializer.run do |config| line, but before the "end" statement of that block)
  config.gem "pork_sandwich", :version => ">=0.4.5"

3. rake gems:install 
or
sudo rake gems:install

4. script/generate pork_sandwich_models

5. script/generate pork_sandwich_migration

6. rake db:migrate
(may have to comment the "with timestamp" stuff out in the migration.  Starts with "begin" and has a lot of execute statements in it.)

Pork Classes and db Objects can now be referenced throughout your project. Happy porking.

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pork_sandwich-0.4.16 README
pork_sandwich-0.4.15 README
pork_sandwich-0.4.14 README
pork_sandwich-0.4.13 README
pork_sandwich-0.4.12 README
pork_sandwich-0.4.11 README
pork_sandwich-0.4.10 README
pork_sandwich-0.4.9 README