Displaying 5 results from an estimated 5 matches for "tcolon2".
2006 May 08
8
Unexpected, Expected
Okay I got ther error below in figure-1, so I added an end then I got
figure-2
figure-1
expecting tCOLON2 or ''['' or ''.''
figure-2
unexpected '';'', expecting tCOLON2 or ''['' or ''.''
end ; _erbout
--
Posted via http://www.ruby-forum.com/.
2008 Jun 03
5
Problem with migrations in Rails 2.1
Hi,
I''m trying to migrate to sqlite3 and I get this error:
syntax error, unexpected ''\n'', expecting tCOLON2 or ''['' or ''.''
I''m running OS X 10.5 on an Intel mac. I''ve installed the sqlite
gem. I''m not sure what''s going on here. Any ideas?
Thanks,
Ron
--~--~---------~--~----~------------~-------~--~----~
You received this message...
2006 Aug 04
1
route error with controllers in a module, should just work
...ition.rb:35: dynamic constant assignment
return {"controller" => ::::Admin::WelcomeController, "action" =>
"index"}
^
generated/routing/recognition.rb:35: parse error, unexpected tASSOC,
expecting tCOLON2 or ''['' or ''.''
return {"controller" => ::::Admin::WelcomeController, "action" =>
"index"}
^
generated/routing/recognition.rb:35: parse error, unexpect...
2008 Mar 05
21
wxruby, XRC, DialogBlock
I''ve been trying to figure out the best method for generating GUI''s with
Ruby. I ended up using DialogBlock because it seems like the fastest
way. But not I have to work backwards and have not done this before.
How do I go from the file I generate in DialogBlock to a code in Ruby?
--
Posted via http://www.ruby-forum.com/.
2008 Jan 17
6
Problems with sqlserver 2000 and ActiveRecord
Hi,
I''m getting some trouble in connecting to a sql server 2000
database with ActiveRecord-2.0.1 and ruby 186-26, from
win XP.
Using the next conenction config:
ActiveRecord::Base.establish_connection(
:adapter => "sqlserver",
:database => "nombre_bd",
:username => "usu",
:password => "contra"
)
I have the next error: