Displaying 5 results from an estimated 5 matches for "db_structure".
Did you mean:
_structure
2006 Jun 20
3
WEBrick just decided to take a hiatus on me
...till to no avail.
Those plugins where simple_date_select and datebox_engine.
I am running the following env:
XP Pro SP2
Ruby 1.8.4
Rails 1.1.2 with the following gems and versions
actionmailer 1.2.1
actionpack 1.12.1
actionwebservices 1.1.2
activerecord 1.14.2
activesupport 1.3.1
db_structure 1.0.2
localization_generator 1.0.0
money 1.7.1
pdf-writer 1.1.2
rake 0.7.1
RedCloth 3.0.4
SimpleSearch 0.5.0
source 0.0.1
transaction-simple 1.3.0
Plugins
active_rbac
dialog_helper
dollars_and_cents
engines
flash_helper
query_trace
Does anyone have any ide...
2005 Jul 18
1
scripts/create_db
I have been installing rails. I got through the //localhost:3000
information. At that point, I figured I need an app and have been
working on salted hash login. I found
http://wiki.rubyonrails.com/rails/show/SaltedLoginGeneratorQuickstart
and worked through to where I want the create the db tables. Instead, I get
script/create_db
-bash: script/create_db: Permission denied
[root@astarcc
2005 Dec 19
1
Is there a guide for using ERBSQL?
I''m not sure I completely understand the benefits of using ERBSQL or
how to use it. Google searches have proved it to be rather
undocumented.
From what I understand the embedded ruby sql allows you to write sql
that''s easier to deploy via the create_db script and also more
portable to postgres, myslq, or whatever.
But what I can''t find is a resource that
2006 Mar 02
5
Instiki and SQL Server??
Hello. I reeeeally want to get Instiki running at my day job, but they
are Microsoft-heads. While I can probably sell them on trying Rails,
they are definitely going to want the database to sit in our SQL Server
instance with our other databases. I can''t get instiki to create the
tables in sql server though (I''ve added ADO.rb, and gotten a
connection). When I run the
2006 Jan 05
40
RoR sucks, and heres why...
Well now that I got your attention....
Why RoR sucks:
1. It''s smarter than me. Just when I think I''ll have to do some mundane
thing (like I use to in PHP or ASP), I find out RoR does it already for
me.
2. It takes about half or less code to put my stuff together in RoR than
it did in PHP, ASP, ASP.NET, etc. It seems so unnatural that I can have
a method with only 4 lines