Displaying 14 results from an estimated 14 matches for "infocontroller".
2008 Jun 17
1
problem when changing default sqlite to mysql
hi all,
i installed rails 2.1.0 just now before i was working with rails
1.2.6. when i try to check the application enviroment link in the index
page of the application it gave me
" MissingSourceFile in Rails/infoController#properties
no such file to load -- sqlite3RAILS_ROOT:
D:/RadRails/Workspace/Varsha "
here i am using win XP, no sqlite installed.
i have mysql in my network so i changed (default db sqlite to mysql in
)the app_enviroment.rb file of rails gem folder but it''s raised an er...
2006 Jul 28
2
newb question...
This is what it says when i have this stupid error...
app/controllers/info_controller.rb:9: syntax error
this is what is inside of info_controller,
class InfoController < ApplicationController
def who_bought
@product = Product.find(params[:id])
@orders = @product.orders
respond_to do |accepts|
accepts.html
accepts.xml
end
end
if someone could please help me...
-/ James
--
Posted via http://www.ruby-forum.com/.
2006 Aug 12
0
trivial questions about rails edge
Hola!
I''ve just downloaded rails edge and noted two strange things:
----------------
1. The "About your application.s environment" link on "Welcome aboard" page
fails saying:
Rails/infoController#properties
uninitialized constant Rails::InfoController
The trace ends like :
vendor/rails/activesupport/lib/active_support/dependencies.rb:178:in `load_missing_constant''
vendor/rails/activesupport/lib/active_support/dependencies.rb:245:in `const_missing''
vendor/rails/...
2008 Nov 16
1
error when run rails project
Hi everyone,
I''m new in rails. After I ran "gem update --system", I had a lot of
problems when running rails projects. I tried to fix from error to error
and now when I run rails project, it occurs error like this:
About your application’s environment
PGError in Rails/infoController#properties
could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket
"/var/run/postgresql/.s.PGSQL.5432"?
Anyone who had had the same problem and solved it, please tell me how to
do with this problem.
Tha...
2011 Oct 06
0
Rake Routes Blank on upgrade to Rails 3
...{}
/rails/info/properties(.:format) {:controller=>"rails/
info", :action=>"properties"}
http://localhost:3000/rails/info/properties
gives the error:
Unknown action
The action ''properties'' could not be found for Rails::InfoController
When I click "About your applications environment" on the index.html
page I get:
LoadError in Rails::InfoController#properties
I''m not sure if these bugs are related, but About your applications
environment works fine with the same gemset on a new application.
Any ideas on ho...
2006 Mar 21
2
r3981 causes SystemStackError
http://dev.rubyonrails.org/changeset/3981
?!?
The changes are a rename of RailsInfoController to
Rails::InfoController. That seems to be completely unrelated to this
error:
$ ruby script\server
=> Booting WEBrick...
./script/../config/../vendor/rails/activesupport/lib/active_support/inflector.rb:121:in
`underscore': stack level too deep (SystemStackError)
from ./script/../c...
2009 Sep 30
1
Can't connect with MySQL database
...aw the following problem with MySQL.
I changed/updated the PATH in nano, and it can see MySQL fine. So I
really don''t understand the problem.
Can you tell me what I need to do?
Thank you.
-----------------------------------------------------------------------
MissingSourceFile in Rails/infoController#properties
no such file to load -- mysql
RAILS_ROOT: /Users/pdenlinger/Sites/In_Development/my_app1
Application Trace | Framework Trace | Full Trace
/Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`gem_original_require''
/Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `requ...
2007 Dec 14
3
Issue with upgrading to 2.0 on Leopard? Or something else?
...omething I''m missing? Here''s the
error (and sorry if this is a n00b question - I''m just starting out
with rails, but I love it!) I get when I load localhost:3000 into my
browser and try to show the info about the application''s environment:
Mysql::Error in Rails/infoController#properties
And here''s the trace:
/Library/Ruby/Gems/1.8/gems/activerecord-2.0.1/lib/active_record/
connection_adapters/mysql_adapter.rb:471:in `real_connect''
/Library/Ruby/Gems/1.8/gems/activerecord-2.0.1/lib/active_record/
connection_adapters/mysql_adapter.rb:471:in `connect...
2009 Apr 06
1
Seeking help with basic installation
...king with hello world program.I got some error
though I have my action and view correctly.......
In general..When I type http://localhost:3000/ I can get the welcome
page.But when I see the "About your application Envinorment"..I get
some error as following..
MissingSourceFile in Rails/infoController#properties
no such file to load -- sqlite3
RAILS_ROOT: /home/sugi/hello_world
Application Trace | Framework Trace | Full Trace
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require''
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require''
vendor/rails/act...
2009 Apr 16
3
Depot App Who Bought Enhancements
I''ve completed the chapter on Internationalization successfully, but
found out just recently that the "Who Bought" function produces an
error page that looks very ugly when someone enters a product ID that
does not exist. My preference would be to design the app to have a
list of hyperlinks presented when you visit the URL, http://localhost:3000/info/
that describes the list of
2006 Aug 03
0
changing umask on project/tmp files?
.....
chown www:www tmp/sessions
But in AFS, I still own the directory, but have to give the webserver
principal rights to it...
fs sa tmp/sessions www rliwdk
Rails is happy to create files in directories permitted in these
directories, but claims not to be able to read them.
Processing InfoController#properties (for 141.213.234.109 at 2006-08-02
16:37:58
) [GET]
Session ID: ebf3af9d4b0849d55d948c6790f76567
Parameters: {"action"=>"properties", "controller"=>"rails/info"}
Completed in 0.00105 (949 reqs/sec) | Rendering: 0.00006 (5%) | 500
[http:...
2009 Dec 06
5
Using MySQL with Rails
If I want to use MySQL instead of sqlite3 when creating a Rails
application, apart from creating the application with the -d mysql and
configuring the config/database.yml file is there anything else I did
to do/download?
Thanks
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2006 May 05
11
Listing Actions
OK, call me crazy, but am I the first one to want to list out the
actions that are available @ runtime? Anyone else come across this
yet? Am I crazy? Well, yes, but...
--
Posted via http://www.ruby-forum.com/.
2010 Dec 06
57
Which RoR to run on Mac OS X for a particular RoR app.
I am extremely new to RoR, I am. I am slowly but surely learning Ruby
and the Rails concepts but the environment is confusing.
I have an application that was written for my company in RoR. It is on a
ubuntu server that is going to be shut down. I want to move the app to
my two Macs (one Leopard and one Snow Leopard). We want to keep the app
to demo a business concept but it can run locally