Displaying 20 results from an estimated 200000 matches similar to: "Schema in Rails"
2008 Jan 15
2
Installing Ruby on Rails - missing the "Components" folder.
Hi,
I''m trying to get up and running on rails.
I''m on Vista 32 and have installed instant rails on C:\InstantRails
from: http://instantrails.rubyforge.org/wiki/wiki.pl
I''ve done the "gem update --system" and "gem install rails --include-
dependencies"
When I run the "rails music_library" command from rails_apps
directory I get the default
2006 Dec 29
2
Rails SQL Views 0.5.0 Released
Rails SQL Views 0.5.0 is now available from
http://rubyforge.org/frs/?group_id=2435&release_id=8685 and shortly as
a Gem (gem install rails_sql_views). More information on Rails SQL
Views can be found at
http://activewarehouse.rubyforge.org/rails_sql_views/
This release finally fixes the SchemaDumper issues, including the
necessary select statement for the view. It also introduces PostgreSQL
2008 Sep 04
0
New Version of IBM_DB Rails Adapter/Driver for IBM DataServers now available
Hi All,
The new version (0.10.0) of IBM_DB is now available. This release
provides support for Trusted context in the driver. More details on
what trusted context is can be found at
http://publib.boulder.ibm.com/infocenter/db2luw/v9r5/index.jsp?topic=/com.ibm.db2.luw.admin.sec.doc/doc/c0050514.html
This release contains the Activerecord-2.1.0 test suite changes
appropriate for IBM_DB, which said
2007 Jun 15
2
Why does db:schema:dump change float to double ?
I have tables with double as their field''s datatype. When I ran
db:schema:dump, Rails changed all of these double to float.
I would like to know why, and if there is anyway I could preserve the
datatype.
Thanks a lot,
Chris
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2007 Dec 14
0
async-observer rails plugin
I''m pleased to announce the existence of async-observer.
This is the very first public release. In the future I''ll confine
announcements to the beanstalk-talk mailing list.
WHAT IS ASYNC OBSERVER?
-----------------------
Async Observer is a Rails plugin that provides deep integration with
Beanstalk.
beanstalkd is a fast, distributed, in-memory work-queue service. Its
2009 Mar 13
1
TZInfo included in Rails 2.2.2 vs. version on RubyForge
I downloaded version 0.3.12 of TZInfo from [1], and observed that it
has a very robust set of timezones including, for example, ''America/
Anchorage'':
irb(main):001:0> require ''rubygems''
=> false
irb(main):002:0> require ''tzinfo''
=> true
irb(main):003:0> TZInfo::Timezone.get(''America/Anchorage'')
=>
2007 Feb 12
1
Rails Push Server?
So, I investigated this a while ago... does anybody have good
experience/good instructions as to how to move your rails app to using
a push server? Which ones are best? Most Stable? Easiest to
implement and use?
Our site is currently doing some regular polling, and it''s getting
hairy fast. I looked into using Juggernaut a while ago, but I''m not
certain it''s going to
2007 Feb 13
5
default database schema and relationships
hi everyone..
i''m a high school teacher who wrote a webapp in PHP and MySQL for my
curriculum.. i use it to keep attendance, take notes per student or
class and keep track of activities. i would like to soup it up and
have read both the pickax and version 2 of agile web dev...
now i''m starting to work and i''d like to rename columns and
relationships in the database so
2006 Aug 28
8
Railsy way to Export Database Schema?
Is there a nice way in rails to automatically extract an exising
database schema from an existing app and then in a new app automatically
create a database based on this schema?
--
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
2008 Dec 10
1
Re: Importing / Parsing Large Excel Files ?
Hello,
On 16 Okt., 20:02, "AN@S" <anas.marr...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> Hello,
>
> I''m running into a project where a client has large Excel files
> (60.000+ records per file) and he needs an application to import them
> into a database to use this data for useful operations (reporting,
> calculations .. etc).
>
> I know
2007 Sep 21
0
Rails plugin: jQuery Helper for Rails (jq4r)
Hi all,
I''ve just written a Rails plugin: jQuery Helper for Rails (jq4r) and
it works as ActionView::Helper::PrototypeHelper and
ActionView::Helper::Scriptaculous but jq4r generates the jQuery code
instead.
I''ve already put the project on Google Code and RubyForge:
http://jq4r.googlecode.com/
http://rubyforge.org/projects/jq4r/
If somebodies are interested in this project,
2008 Feb 17
1
Strange bug using runt with rails
Hi all,
I''m trying to include the ''runt'' gem (http://runt.rubyforge.org/) in
my Rails project. I''ve tried a few ways of doing this. I''ve tried
installing runt using ''gem install runt'' and then trying to do
"require ''runt''" in my environment.rb, and I''ve also tried using the
''vendor
2008 May 11
8
From "schema.rb" file to MySQL
Hello,
I have write a schema.rb database such as this:
ActiveRecord::Schema.define do
create_table :arts do |t|
t.string :name, :null => false, :limit => 45
end
end
This file is saved into test/db/schema.rb, and test/config/database.yml
is correctly configured with "test_development" database created in a
MySQL server.
Could you help me to install the content of
2009 Jan 25
0
Typo 5.2 for Rails 2.2 released
Hello,
We''re very pleased and proud to announce the release of Typo 5.2
"Helmut Newton" for Rails 2.2, the famous blogging engine, 4 months
after our last release.
Typo 5.2 is more than a simple port from Rails 2.0.2 to Rails 2.2,
it''s a major, deep, rewrite of the application. We''ve ditched lot of
code, aiming at stability and performance, dividing
2008 Sep 14
2
Postgres adapter issues with Rails 2.1: ruby-pg is the answer!
While upgrading Rails 2.0.2 sites to Rails 2.1.1, I encountered a
weird postgres adapter problem. Although the old postgresql adapter
(aka ruby-postgres) works fine with Rails 2.1.1 on my Mac dev box
(running PG 8.2.6) and also works fine with Rails 2.0.2 apps on a
Debian etch staging server (running PG 8.2.1), this error occurs when
trying to cap deploy 2.1.1 apps on the Debian box:
2007 Jul 08
0
dcov (the documentation analyzer for Ruby code) v.0.1.0 released!
I pushed version 0.1 of my Google Summer of Code project -- dcov -- to
RubyForge yesterday, and I hope you guys can take advantage of it (and
let me know if it breaks! :)).
dcov is a tool to help you analyze the documentation of your Ruby
code. At the present, it only checks for the presence of
documentation and generates a report based on that, but in the future
it will check for
2007 Jul 06
1
migration column options not in schema.rb?
Forgive me if this has been discussed. I''m new to rails and not sure
where to check yet. Also... forgive me if this shows up twice. I tried
posting first through the google groups interface and I''m not sure if it
went through.
I have rails 1.2.3 installed.
I have a migration that looks like
create_table :test_runs do |t|
t.column :test_spec_id, :integer
t.column
2008 Aug 28
2
Rails Migrations and database views
I have a DB2 schema with many ''views'' and table partitions defined in
it. As per our new project requirement we have to support multiple
databases (DB2,Oracle and MYSQL to be specific). The frontend
application is implemented using Ruby on Rails. I am interested in
exploring the possibility of using Rails Migrations to abstract out
the schema to a DB independent layer. I could
2008 Apr 04
3
Weird Issue with Rails 2.0.2+???
Hi. I have kept my rails installation up to date. Now I have
2.0.2.9216 installed, including a fewl older ones, back to the
original 2.0.2 release, However, I keep on getting weird problems
with newly created projects on line #44 of config/environment.rb:
config.time_zone = ''UTC''
So I did a "sudo gem cleanup" so that only 2.0.2-9216 remains, and
created a new
2009 Mar 21
0
Problem running Rdoc from Rake in Rails 2.3
People,
I''m getting an error from Rake I''d like to debug. Here is a
screendump:
Fri Mar 20 23:28 /b/tmp/myfc23 maco$ rake doc:plugins:rspec
(in /b/tmp/myfc23)
rdoc -o doc/plugins/rspec --title ''Rspec Plugin Documentation'' --line-
numbers --inline-source --charset utf-8 -T html vendor/plugins/rspec/
lib/autotest/discover.rb
major-snip
95% [107/112]