Displaying 20 results from an estimated 1000 matches similar to: "SQL on Rails :)"
2006 Jun 03
3
Disable Migration creation in generate Model
Hi....
Is there some way to configure Rails to not create a
db/migrate/###_model_name.rb when I do a script/generate model
ModelName?
It''s a little annoying when I''m setting up a new application since I
prefer creating all the first tables in a 001_inital_schema.rb file.
Then when I generate models for those tables I get migration scripts
for all of them again that I have to
2006 May 12
2
New site.
Well... Thanks to pointers from you guys I have set up a site. I
decided that the best way to learn Ruby on Rails was to actually
create something people will use.
So. In a total of 28-34 hours that I calculate i have spent on this.
http://web2.0interact.com/
Feel free to submit stuff so I can have some nice amount of data. Or
tell me about errors and stuff.
--
--------------
Jon Gretar
2006 Jun 02
3
Use a Model or Controller?
I am putting up a tool that connects to a subversion repository and
checks latest revision and downloads the changeset log for all the
changes made since last check and puts inside a hash for various uses
inside the code.
I am just wondering if the code that checks the subversion repo and
reads it''s data should bolong to a controller of it''s own or a model
of it''s own.
2006 Apr 02
0
sqlonrails.org april fools joke
Did anyone see the http://www.sqlonrails.org/ April Fools joke website?
Its hilarious. Watch the screencast.
scott.
--
Posted via http://www.ruby-forum.com/.
2006 May 06
0
RE: Rails Digest, Vol 20, Issue 156
I am looking for a ruby hosting service. Can any one recommend one for me.
-----Original Message-----
From: rails-request@lists.rubyonrails.org [mailto:rails-request@lists.rubyonrails.org]
Sent: Saturday, May 06, 2006 7:37 AM
To: rails@lists.rubyonrails.org
Subject: Rails Digest, Vol 20, Issue 156
Send Rails mailing list submissions to
rails@lists.rubyonrails.org
To subscribe or
2006 Apr 28
0
RE: Rails Digest, Vol 19, Issue 784
I am having a bit of trouble with the error. I hava a product and category table and wanting to display the categories in a drop down list. Below is the error I get. Any suggestion on how I can fix this.
undefined method `name'' for #<Category:0x3652448>
9: <select name="product[category_id]">
10: <% @categories.each do |category| %>
11:
2006 May 17
40
IDE recommendations?
I was wondering if there are any IDEs out there that has autocomplete
features for win32.
It would be perfect if it could do something akin to what DHH is doing
on the screencast hosted on the rails website.
http://media.rubyonrails.org/video/rails_take2_with_sound.mov
Cheers
--
Posted via http://www.ruby-forum.com/.
2006 Apr 28
19
Remember James McGovern?
Remember James McGovern and his articles about Rails and enterprise?
Well... Check this one out where he "puts his money where his mouth is"
http://duckdown.blogspot.com/2006/04/ruby-community-proved-mcgovern-wrong.html
--
--------------
Jon Gretar Borgthorsson
http://www.jongretar.net/
2006 Apr 29
1
Caching foor starters
Hi there...
I have some experience in building web applications but all of them
have been intranet apps so I have never had to think about things like
caching. Actually my experience with caching has more been in the area
of removing it since it just gets in the way for a intranet app with
10-100 users.
But now I am writing a site which might stand or fall by the quality
of it''s
2006 Aug 06
1
map.resource for a plugin
I''m playing around with this plugin and I wanted to use REST in edge
for it. Mostly because it''s there. ;)
I''m actually having problems with how to make the map.resource for it
though. The controllers name is Tumbleror and the models name is
TumblerorPost. How do I actually make the map.resource command for
that so it''s makeing a resource at the url /tumbleror.
2006 Jun 05
0
Extra pair of eyes for VersionCamp
I''m just wondering if someone is willing to check out a little tool
I''ve been working on last 3 days after work called VersionCamp.
It''s basic function is to transfer SVN changeset logs into BaseCamp as
messages.
It''s also meant to be a frontend for a Basecamp project. Displaying
the changesets, milestones and tickets(Ticket adding not done). And
also
2006 Jun 30
5
Store hash in a DB column
I''m just wondering. Is there an easy way to take a hash that I have
and store it in a DB text column and then read it as a hash from it
again.
The reason is that I have a db table called contents. But it stores
all kinds of information and even data that I do not know of yet.
I know I could store it inside the text column using XML or YAML or
something else but then I would have to
2006 Aug 04
4
RSS feeds
Hi all,
Can anybody tell me how we can create RSS feed using Ruby on Rails.
How do I go about constructing this RSS file? Can I find an example in
any site?
regards,
Prasad
--
Posted via http://www.ruby-forum.com/.
2006 Dec 10
1
FW: Samba problem with APS .NET web farm (IIS) - change notify
Forgot to send to list also
Regards,
?sgeir Halld?rsson
-----Original Message-----
From: ?sgeir Halld?rsson
Sent: 9. desember 2006 04:01
To: 'Damien 'zaide' Desmarets'
Subject: RE: [Samba] Samba problem with APS .NET web farm (IIS) - change notify
Hi,
This might help in samba config
[global]
max open files = 65536
max mux = 2147483547
smb ports = 445
Regards,
2016 Jul 09
2
Bug number for an old commit
On Thursday, July 07, 2016 01:46:59 PM Rowland penny wrote:
> On 07/07/16 13:09, John Mulligan wrote:
> > Hi Samba team,
> >
> > Digging through some old code and commits while trying to understand some
> > ACL related behavior we found the following:
> >
> > https://git.samba.org/?p=samba.git;a=commitdiff;h=6dcbb84d485b8a8ccf0c3a70
> >
2006 Jun 16
4
duplicate entry issue in acts_as_taggable gem
Hi,
I am using the ''acts_as_taggable'' gem and have issues when I try to
''tag'' an entity with a ''tagname'' already defined.
i.e
1) book[1].tag(''science'',''paperback'') --> works fine
2) book[2].tag(''roman'',''physics'',''paperback'') --> creates an
2006 Apr 08
1
Problems with Login Engine/rake
Hello,
I have been having problems installing the Login Engine.
I follow all the steps found on the download site (rails-engines.org),
but when I get to the DB_SCHEMA step, I do
rake engine_migrate ENGINE=login in the application root.
"""
C:\rails\cag> rake engine_migrate ENGINE=login
(in C:/rails/cag)
rake aborted!
Don''t know how to build task
2006 Aug 16
2
ANN (Screencast): Rails and Typo screencast at WebFaction
Hello everyone,
WebFaction have just released a screencast demo showing a step by step
installation of a Rails application (a Typo blog) on their servers.
The 14 minute screencast shows how to:
- Install a default Rails application using our control panel
- Link your application to your domain(s) using our control panel
- Create a database using the control panel
- SSH into your shell account
-
2006 Feb 06
3
acts_as_threaded plugin
This plugin is related to the acts_as_nested_set functionality but differs
in that it allows multiple roots to exist within your database.
The other benefit, is that when adding a child, it doesn''t perform a full
table update to rebuild the tree, each child insertion only affects the tree
that it is placed in.
It even comes with my first screencast to show how you can build an old
2006 Mar 15
5
acts_as_threaded - help ???
Hi, has anyone successfully used the acts_as_threaded plugin with
postgresql?
I''m using rails 1.0 and ruby 1.8.4 on linux.
Following the screencast on
http://www.railtie.net/articles/2006/02/05/rails-acts_as_threaded-plugin ,
I got to where we''re ready to create our first post, having made the
changes to controllers/posts_controller.rb, views/posts/_form.rhtml,