sara lidgey
2006-May-17 18:30 UTC
[Rails] MissingSourceFile in LoginController#login PROBLEM
Hi All, I''m new to this and having a hard time getting a ruby on rails app to work. The problem seems to be realted to sqlite3 but as far as I know sqlite3 is working properly on its own. You can check out my error messages at http://129.173.68.245 Any advice on what might be causing this problem is greatly appreciated. S. --------------------------------- All new Yahoo! Mail - --------------------------------- Get a sneak peak at messages with a handy reading pane. --------------------------------- All new Yahoo! Mail - --------------------------------- Get a sneak peak at messages with a handy reading pane. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060517/556de863/attachment.html
David Thomson
2006-May-17 21:51 UTC
[Rails] MissingSourceFile in LoginController#login PROBLEM
On 17/05/06, sara lidgey <slidgey@yahoo.ca> wrote:> Hi All, > > I''m new to this and having a hard time getting a ruby on rails app to work. > The problem seems to be realted to sqlite3 but as far as I know sqlite3 is > working properly on its own. You can check out my error messages at > http://129.173.68.245 >Looks to me like the Ruby driver for sqlite3 isn''t installed, or at least isn''t in the path where Ruby can find it. You might want to make sure you have the gem installed. Try a "gem list" to double check. Best, David
sara lidgey
2006-May-18 16:37 UTC
[Rails] MissingSourceFile in LoginController#login PROBLEM
Thanks. It looks like I have it. How do I make sure Ruby can find the driver. Output of "gem list": *** LOCAL GEMS *** actionmailer (1.2.1) Service layer for easy email delivery and testing. actionpack (1.12.1) Web-flow and rendering framework putting the VC in MVC. actionwebservice (1.1.2) Web service support for Action Pack. activerecord (1.14.2) Implements the ActiveRecord pattern for ORM. activesupport (1.3.1) Support and utility classes used by the Rails framework. color-tools (1.3.0) color-tools provides colour space definition and manpiulation as well as commonly named RGB colours. login_generator (1.2.0) [Rails] Login generator. pdf-writer (1.1.3) A pure Ruby PDF document creation library. rails (1.1.2) Web-application framework with template engine, control-flow layer, and ORM. rake (0.7.1) Ruby based make-like utility. sources (0.0.1) This package provides download sources for remote gem installation sqlite3-ruby (1.1.0) SQLite3/Ruby is a module to allow Ruby scripts to interface with a SQLite3 database. transaction-simple (1.3.0) Simple object transaction support for Ruby. David Thomson <ceedwlt@gmail.com> wrote: On 17/05/06, sara lidgey wrote:> Hi All, > > I''m new to this and having a hard time getting a ruby on rails app to work. > The problem seems to be realted to sqlite3 but as far as I know sqlite3 is > working properly on its own. You can check out my error messages at > http://129.173.68.245 >Looks to me like the Ruby driver for sqlite3 isn''t installed, or at least isn''t in the path where Ruby can find it. You might want to make sure you have the gem installed. Try a "gem list" to double check. Best, David _______________________________________________ Rails mailing list Rails@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails --------------------------------- Share your photos with the people who matter at Yahoo! Canada Photos -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060518/a2722716/attachment.html
Seemingly Similar Threads
- uninitialized constant LoginController in Ruby
- undefined method `create_table'' for #<LoginController:0x5e60
- ActionController::InvalidAuthenticityToken in LoginController
- no such file to load -- acts_as_ferret (MissingSourceFile)
- rspec_on_rails MissingSourceFile