I created a database
example_development
as given in database.yml
i am using mysql for this purpose…
What is it that is not working, or do you not know what to do at all?
If you do not know what to do have a look at the rails guide Getting
Started at http://guides.rubyonrails.org/
[shyam@fl2 trunk]$ ruby script/server
=> Booting WEBrick
=> Rails 2.3.2 application starting on http://0.0.0.0:3000
/home/shyam/imedsoft/trunk/lib/settings_reader.rb:13:in read': No such file or directory - config/settings.yml (Errno::ENOENT) from /home/shyam/imedsoft/trunk/lib/settings_reader.rb:13:in read’
from /home/shyam/imedsoft/trunk/config/environment.rb:61
from
/usr/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/initializer.rb:111:in run' from /home/shyam/imedsoft/trunk/config/environment.rb:13 from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in gem_original_require’
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in require' from /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:156:in require’
from
/usr/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:521:in new_constants_in' from /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:156:in require’
from
/usr/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/commands/server.rb:84
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in gem_original_require' from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in require’
from script/server:3
[shyam@fl2 trunk]$
if possible give me the SVn address i would download thha soucre and
then
find put the solution definatly thanks
anyways
check out yours databse whether it has tables in that or not then you
have
to config your database.yml like this
development:
adapter: your_database_management_system_name
database: your_database_name
user: your_user_name
password: your_user_password
timeout: 5000
then run
rake db:migrate
then
ruby script/server
tell me about yours operating system that would be also help full for
you
thnx