Displaying 20 results from an estimated 33 matches for "sqllite".
Did you mean:
sqlite
2005 Dec 22
2
help me understand migrations movie
...tions movie from rubyonrails.org.
A few things confuse me:
1. He generates the model ("post") before running rake db_schema_dump.
Is that necessary or just a preference?
2. He says that running db_schema_dump will create not only the schema
file, but the database. He''s using sqllite, I''m using MySQL, and it
didnt work for me. That is, rake db_schema_dump issued an error
complaining that the database didnt exist.
I created the database in the MySQL console, tried again and it worked.
So question: Does db_schema_dump only create the db for sqllite, or did
DHH misspe...
2006 Sep 24
3
Safely updating to 4.4 via yum (chicken)
...ading. I need to
do a a production server that is located in a data center far away so even
more than normal I want a smooth upgrade.
Can someone tell the what the concensous was on the best way to do the
upgrade and avoid problems. From my notes I got:
yum upgrade python-sqlite
yum upgrade sqllite
yum upgrade yum
yum clean all
yum update
But at least one guy said his box was still hosed with duplicates and a
broken bind after that.
What's the method to upgrade 4.3-> 4.4 with the highest change of sucess?
Thanks very much for the help.
Scott
2009 Sep 22
3
RE: We're sorry something went wrong when I use -d mysql
...ke an application using mysql. When I do rails name --
d mysql, and then run mongrel. I will go to localhost:3000 and when i
check my application environment, I get an error We''re sorry something
went wrong.
Now, when I do the same procedure without using --d mysql and just use
the defalt sqllite. When I check my application environment it shows
the information.
Why does it not work when I try to use mysql?
Thanks
2010 Feb 04
6
Fastes database server for...
...needs to store web
traffic information. Similar to google analytics and clicky. (but
simpler) It needs to store refer domains and visitors. Integration goes
through a small javascript snippet.
My question is: What database server is the fastest and should I use for
this app?
I was thinking about SQLlite.
Thanks for your time,
Regards,
Vincent
--
Posted via http://www.ruby-forum.com/.
--
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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public....
2010 Feb 03
2
subversion 1.6.9 and sqlite 3.6.22
I'm in the process of setting up subversion and since the version
packages with C5 is, shall we say, showing its age, I've built an
updated version. In order to do that I had to upgrade sqlite from the
default 3.3.6 (which the current subversion will not build with) and I
went with 3.6.22. Has anyone else had any experience with whether or not
that breaks anything?
I'm a little
2012 May 03
2
Can't push to Heroku
I wanna push my application straight from Github to Heroku. Everything
goes through until it hits the installation of the gems. It can''t
install the SQLite3 (local DB).
I know Heroku doesn''t use SQLite but I didn''t expect this problem.
The error messages recommended installing a version of SQLite3
(v1.3.6) which I did
but it keeps on complaining :(. Any workaround?
2010 Oct 16
1
R & MySQL (Databases)
...ater to do things in a
database? (for e.g. errors could corrected at data import stage itself by
conditions in defining the data itself in the database as opposed to
discovering things when you do the analysis in R and realize something is
wrong in the output?)
This is vis-?-vis using the built in SQLLite, indexing, etc capabilities in
R itself? Does performance work better with a database backend (especially
for simple but large datasets)?
The financial applications that I am thinking of are not exactly realtime
but quick response and fast performance would definitely help.
Aside info, I want to...
2005 Apr 23
2
[Tip] Introspection to determine if a column may be null
I still want to get this into Rails for all connection adaptors, but
for now I''ve hacked my own addition on for just PostgreSQL.
The following code extends every Column object returned by
MyModel.columns to support a new #required? method, which indicates if
the column may or may not be null.
The following is a huge hack - suggestions on a cleaner way to add this
functionality
2007 Nov 15
2
Story adapter and SQLite Was:What command to run all stories?
Hi, by switching to MySQL from SQLite, it fixed the problem. I ran
rdebug on it and it is trying to call
I ActiveRecord::Base.connection.begin_db_transaction. from
ActiveRecordSafetyListener.scenario_started. I don''t think SQLLite
likes transactions.
Ed
On Nov 15, 2007 10:56 AM, Ed Howland <ed.howland at gmail.com> wrote:
> If I run the story stand-alone, I get:
> ruby stories/additions/addition.rb
> Running 2 scenarios:
>
> Story: simple addition
>
> As an accountant
> I want to add numbe...
2007 Sep 12
19
Mongrel hangs, consumes all CPU on shutdown
Hi,
I''m doing development with Mongrel 1.0.1 on Ruby 1.8.4 / OS X
10.4.10, and I''ve found that often when I shut down my server with
^C, it hangs for a while, gobbling up all CPU. Sometimes it stops
after a few seconds, sometimes it''s run for several minutes at least.
This happens across all the apps I develop on, but it seems to hang
longer after
2010 Oct 02
3
MySQL setup question
Hello,
I''m new to ror and i really like it so far! for a new application i
would like to setup a ror application connecting to mysql but i can''t
figure it out how. rails works fine with sqllite out the box but i
need it working with mysql. these are my versions:
-OSX snow leopard
-ruby 1.8.7 (2009-06-12 patchlevel 174) [universal-darwin10.0]
-Rails 3.0.0
$ /usr/local/mysql/bin/mysql : Server version: 5.1.51 MySQL Community
Server (GPL)
$ gem list: mysql (2.8.1)
this is my development se...
2019 Nov 08
1
MariaDB database for users and passwords?
...n> session=<PE2g8dmWyr1/AAAB>
Ken> Nov? 8 13:28:53 grace dovecot: auth: Fatal: Unknown passdb driver 'mysql'
This line right here looks to be the problem. Do you have mysql
support compiled into your Dovecot instance? I run my own domain and
I thought I'd do SQL (mysql or sqllite) for my stuff, but the
compilications were so much that it was simpler to drop to plain text
files.
IMHO, if you have less than 500 users, just got flat files to start.
But back to your case, did you install the 'dovecot-mysql' package
with your distribution? For debian, I search with:...
2016 Oct 16
2
Database Modeling Tools
I am looking for an open-source database modeling tool, ideally to run under both CentOS and Windows. I have not used any such tool before so I would like to solicit suggestions.
Thank you.
2016 Oct 16
1
Database Modeling Tools
...mpletely different things. Modeling is a database design
tool, typically letting you design your table relations via a GUI tool,
generating an entity-relation-diagram (ERD). The Modeling tool would
then create the actual SQL database in the database engine of your
choice (PostgreSQL, MySQL, SQLlite, Oracle, etcetcetc).
--
john r pierce, recycling bits in santa cruz
2006 Jan 30
0
Information required on rCalendar
...y the time of every task.
The recurrence of tasks may also be specified.
The calendar should display the day''s tasks similar to
the Calendar in MS Outlook.
It should provide other views of the calendar such as
weekly view, monthly view, etc.
It should be able to read the schedule info from
SQLLite database or a simple file.
Can you please tell us whether the rCalendar project
includes these features? When is the rCalendar
scheduled to be released?
Is there any other Calendar that we can use, with the
constraint that we are limited to Rails and
JavaScript?
Thanks
Yash
____________________...
2007 Jun 29
3
Mysql store problems
I successfully switched to using mysql and all the problems relating to sqllite
and stored configs, locking issues, etc. went away.
However, it seems as if something new has suddenly popped up in my puppetmaster
logs and the clients are failing to compile their configurations:
info: Found proxy in /etc/puppet/manifests/site.pp
err: Puppet::Parser::Interpreter failed with e...
2010 Jul 22
0
TemplateError while rendering german special characters
Hi
I am using following versions of Ruby and Rails on arch linux
[hardik@sunshine: kandibank ]$ ruby --version
ruby 1.9.1p429 (2010-07-02 revision 28523) [x86_64-linux]
[hardik@sunshine: kandibank ]$ rails --version
Rails 2.3.8
I am using the sqllite database in development mode.
I can store a string having German special characters (umlauts) without
a problem i.e. Müller.
But when Rails try to render a page which extracts the same string from
the database it crashes with following error message. It is strange that
it renders the string &quo...
2020 Feb 23
1
SQL modeling tool for CentOS 7
On 02/20/2020 05:18 PM, Liam O'Toole wrote:
> On Thu, 20 Feb, 2020 at 16:36:51 -0500, H wrote:
>> On 02/16/2020 10:47 PM, Bee.Lists wrote:
>>> Sequel ORM
>>>
>>>
>>>> On Feb 16, 2020, at 7:28 PM, H <agents at meddatainc.com> wrote:
>>>>
>>>> I am looking for an open-source SQL modeling tool to use with MySQL, MariaDB
2008 Oct 04
3
mysqld breaks yum, help?
Greetings. After doing:
$ yum install mysql-server
$ /etc/init.d/mysqld start
Yum is broken. Example:
$ yum list php
Loading "fastestmirror" plugin
Loading "priorities" plugin
Loading mirror speeds from cached hostfile
* utterramblings: www.jasonlitka.com
* base: mirror.nuvio.com
Traceback (most recent call last):
File "/usr/bin/yum", line 29, in ?
2012 Dec 12
3
SystemRequirements’ field
...dard
elements that can be extracted by parsing it and used automatically?
This field does not seem to be widely used, even for some obvious cases
like backend database driver requirements, perl, perl modules, etc.
It might help to have a list of possibilities. Some I think about
immediately are SQLLite, MySQL, PostgreSQL, ODBC, Perl, Perl_CSVXS,
MPI, rpcgen, Oracle-license, Bloomberg-license and Fame-license.
Maybe there could be a generic OTHER_* for things not in a standard list?
Paul