Updating README_DEVEL and fixing environment.rb so foodsoft runs on a clean system.

Signed-off-by: bennibu <benni@dresdener27.de>
This commit is contained in:
lasse 2009-01-27 06:30:42 +08:00 committed by bennibu
parent fc45345e0d
commit 80287aeea4
2 changed files with 40 additions and 23 deletions

View file

@ -67,7 +67,7 @@ Rails::Initializer.run do |config|
# library for parsing/writing files from/to csv-file
config.gem "fastercsv"
config.gem "prawn"
config.gem "rubyist-aasm", :version => '2.0.5', :source => "http://gems.github.com" # acts_as_statemachine
config.gem "rubyist-aasm", :lib => 'aasm', :version => '2.0.5', :source => "http://gems.github.com" # acts_as_statemachine
# The internationalization framework can be changed to have another default locale (standard is :en) or more load paths.
# All files from config/locales/*.rb,yml are added automatically.