search for: sqllite3

Displaying 7 results from an estimated 7 matches for "sqllite3".

Did you mean: sqlite3
2009 Aug 18
7
** Removing all instances of mysql on mac osx **
I am trying to switch from sqllite3 to mysql on Ruby on Rails. Whenever I try to install the mysql gem, i get an error: *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options. I cd'...
2013 Apr 09
2
Getting Started
...I''m disappointed with what I see as red flags. I follow along what seems like foolproof instructions. I install everything, rails new /some/new/app cd to the directory and rails server and my worst fears cryptic useless stack trace...so I copy the top line, search for stuff on this sqllite3 adaptor to fix it, I type the gem install command it mentions (gem install activerecord-sqllite3-adaptor) I copy and paste that so it''s no typo and I get ERROR not found (really, ruby on rails prides self on coming with all dependencies? ya right and if it''s too slow on top of...
2007 Jul 30
1
Camping Apache2 & FCGI - Internal Use
...ser, this all shows up as a 500 error. Anyone have an idea? Here is a copy of my dispatch file: #!/usr/bin/ruby require ''rubygems'' require ''camping/fastcgi'' current = File.direname(__FILE__) Camping::Models::Base.establish_connection :adapter => ''sqllite3'', :database => File.expand_path(current+ ''/camping.db'') Camping::FastCGI.server(current) Thanks a lot! -Brian -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/camping-list/attachments/20070730/41d5ebb3/atta...
2007 Feb 08
16
exported ressources
Hello, i wanted to know if we can use exported ressrouces to do things like this: - for all nodes tagged as xxx create on the node yyy a file which content is a template where we can have each hostname , or create one file per nodes matching exemple /etc/hosts.allow sshd: host1 sshd: host2 ... or /etc/backuppc/host1 /etc/backuppc/host2 ... from the docs it seems i can collect only ALL
2012 Sep 13
0
Ajustes GEV
...n windows no es posible. > > Supe utilizar slqdf, pero me daba problemas con las fechas, otra > alternativa con data.frames, me posibilito trabajarlas en forma correcta y > abandone mi incursión con slqdf. > > Pero ahora me encuentro con unos datos que exporte a un archivo sqlLite3 > (sqlLitejavier.db), no utilizo esto como base de datos, pero fácilmente > puedo exportarlos de la base de datos a este tipo de archivo, el cuál es > leído por varios paquetes de R. Me gustaría hacer una prueba de importar o > trabajar los datos desde el archivo sqlLite (sqlLitejavier....
2011 Mar 30
0
[LLVMdev] GSoC: Profile-guided inlining and block positioning
...ptimization, compilers and operating systems. The last 8 months I spent developing a fully functional compiler for the *C99* language (full language support – except complex numbers, but could be easily added). In its current status it’s capable of parsing and generating the intermediate code for * SqlLite3* and other open-source applications and libraries. The backend shares some design decisions with LLVM, like the use of SSA as the intermediate format and the high modularity. As it is now, it consists of about 90K lines of C++ code. While I didn’t write an optimization pass for LLVM yet, I’ve read...
2007 Dec 06
43
Mocks? Really?
OK, so i''ve played a bit with mocks and mock_models in controller and view tests and i have a question. Is this statement really correct: "We highly recommend that you exploit the mock framework here rather than providing real model objects in order to keep the view specs isolated from changes to your models." (http://rspec.rubyforge.org/documentation/rails/writing/views.html