search for: 31mcould

Displaying 3 results from an estimated 3 matches for "31mcould".

2011 Sep 28
3
Error : bundle install
...ta.10) in any reposito ry ERROR: Possible alternatives: sprockets C:proj/proj1>gem install sprockets Successfully installed sprockets-2.0.0 1 gem installed Installing ri documentation for sprockets-2.0.0... Installing RDoc documentation for sprockets-2.0.0... C:proj/proj1>rake db:migrate ←[31mCould not find tilt-1.3.2 in any of the sources←[0m ←[33mRun `bundle install` to install missing gems.←[0m C:proj/proj1> so that i can''t able to run my project If you known the reason then help me! -- Posted via http://www.ruby-forum.com/. -- You received this message because you ar...
2011 May 22
11
Problems Connecting to SQL Server
Hi all I want to connect my app to MSSQL but when i type rake db:migrate an erro occured like this: ←[31mCould not find gem ''odbc (>= 0, runtime)'' in any of the gem sources listed in your Gemfile.←[0m this is my YML file: development: adapter: sqlserver mode: odbc dsn: ontrack host: BABAK-PC pool: 5 timeout: 5000 and in my gem file gem ''activerecord-sqlserver-ad...
2012 Mar 17
7
Error installing json.........
hi I have installed ruby 1.9.3p125 (2012-02-16) [i386-mingw32] rails 3.2.2 windows 7 I have tried to create a rails project by using the command from command line rails new firstapp the following is the output... Using tilt (1.3.3) Using sprockets (2.1.2) Using actionpack (3.2.2) Using mime-types (1.17.2) Using polyglot (0.3.3) Using treetop (1.4.10) Using mail (2.4.4) Using actionmailer