Displaying 20 results from an estimated 2000 matches similar to: "PRoblem using railroad"
2008 Mar 04
0
Help with RailRoad
When I run this code I don''t hace any problem:
railroad -a -i -o full_models.dot -C
But if run this code:
railroad -a -i -o full_models.dot -M
I get this:
/Users/juan/Desktop/dticket_4_03_08/vendor/rails/activerecord/lib/active_record/base.rb:1532:in
`method_missing_without_paginate'': undefined method `_'' for
#<Class:0x251965c> (NoMethodError)
from
2011 Jun 11
8
Help with railroad
Can anyone help me install railroad gem?
What I need is a simple class diagram of my rails website. Not necessarily
with railroad (if you know any other software, for mac, that works).
The website is http://railroad.rubyforge.org/
I couldn''t find any explanation on how to install it.
Thank you,
Rodrigo
--
You received this message because you are subscribed to the Google Groups
2010 Sep 29
2
Railroad problem with :through?
I have the following model layout:
class List < ActiveRecord::Base
has_many :subscribers, :through => :list_subscribers
has_many :list_subscribers
end
class Subscriber < ActiveRecord::Base
has_many :lists
has_many :lists, :through => :list_subscribers
end
class ListSubscriber< ActiveRecord::Base
belongs_to :list
belongs_to :subscriber
validates_uniqueness_of :subscriber_id,
2007 Nov 29
2
railroad-database problem
Hi all,
I am facing with a new type of problem with railroad, explained
below
1. I am using an oracle database in my application. In the database.yml
file, I am having different schema connections to the same database.like
development:
database: real_database
username: schema_name1
password: ************
adapter: oracle
abcd_development:
database: real_database
2009 Jun 16
2
Documenting Models
All,
I''m trying to do some documentation on the models for our interfaces
team. I espcially need them to be able to see the relationships
belongs_to and validations. However, I must be stupid with rdoc
because I can''t seem to get those two things in the generated
documentation.
Ideas?
2006 Jul 19
1
Trainz Railroad Simulator: font problem
Hello,
I would like to ask, whether anybody there is running Trainz Railroad
Simulator game.
I've successfully installed the game from its CD, but I have problem to
run it, because its texts are mostly not displayed.
It's a Czech (localized) version of the game. It starts properly, but in
its menus, there are no texts, except some lonely characters (underscore,
some accented Czech
2009 Mar 01
0
Re: Panzer General 2 - Railroad Tycoon 2
Okay, I still can't get Panzer General 2 working. (same problem in bugzilla that Mars is having - no maps or units showing).
BUT, I have managed to get Railroad Tycoon 2 working. Very weird, but I've found if I start it up and then eject the CD from the CD Drive and wait till it ejects (takes about five minutes), then the program starts working.
Only difficulty I'm having is the
2008 Nov 01
1
Panzer General 2 - Railroad Tycoon 2
My apologies for being a total Wine NOOB.
I've been trying to get anything to work on Wine (with little success).
Panzer General II is supposed to be rated as Gold. I can get it to load fine. It starts, and I can even get to the start of a scenario/campaign. The main problem is it doesn't load the maps or anything into the map area.
I ran winedbg and got this:
2009 May 10
4
How to generate UML diagrams from existing ruby code?
Hi,
thanks for reading. Till now, I''ve used railroad to visualize my
models. But as far as I can see, there''s no possibility to add
information about the model class methods. Methods are only added to a
diagram, if you visualize your controllers. Is there a way to change
this behavior?
I''ve looked out for something else and found ''ruby-uml'', seems to
2006 Jul 28
2
Scaffold and Undercores in Tablenames
I am attempting to generate scaffolds on legacy tables that have
underscores in the name. Scaffold does not see the underscore. I have
tried a backslash escape but it no work. I have looked around but i
cannot find a way to make it work. It''s like this:
c:\railroad>ruby script/generate scaffold FOO_BAR
exists app/controllers/
exists app/helpers/
create
2010 Jan 08
3
Lilo for CentOS 5?
Does there exist a version of Lilo built for x86_64 CentOS 5? It does not
seem to be on the DVD. *I* really, really, prefer Lilo over Grub.
--
Robert Heller -- 978-544-6933
Deepwoods Software -- Download the Model Railroad System
http://www.deepsoft.com/ -- Binaries for Linux and MS-Windows
heller at deepsoft.com -- http://www.deepsoft.com/ModelRailroadSystem/
2007 Jul 26
2
Ruby 1.8.6 + Rails 1.2.3 + ErrorNotification == NameError !?
Hallo Everybody,
I updated recently to the latest versions of Ruby and Rails. Now it
seems to me that the plugin ErrorNotification doesn''t run anymore. I
even tried to create a new project, installed the plugin and added the
following line to my development.rb:
[code]
ExceptionNotifier.exception_recipients = "adress-QPFuF50DZNq+XT7JhA+gdA@public.gmane.org"
[/code]
When I try
2006 Dec 02
0
Errors on running setup - x64 FC6
Greetings,
For what its worth, I was running setup for a game (Railroad Tycoon
III), on Fedora Core 6 - x64. The 'setup' finished, but, with some
errors -
err:storage:Storage32Impl_SmallBlocksToBigBlocks conversion failed:
resRead = 0x8003001e, resWrite = 0x00000000
err:storage:Storage32Impl_SmallBlocksToBigBlocks conversion failed:
resRead = 0x8003001e, resWrite = 0x00000000
2008 Feb 27
1
Ask About ruby-uml
Any body here has used ruby-uml from http://ruby-uml.rubyforge.org/ ??
I dont know how to use it, would you mind to share your experience on
it?
OR
Have you found plug-in or gem for generating application code like
controllers, models, views to sequence diagram ? I have tried RailRoad,
but it can not create sequence diagram, only class diagram for
controllers and models.
Thank You for your
2006 Jan 22
0
problem setting up lighttpd and rails app.
I am trying to set-up lighttpd and rails to work with fastcgi.
Here is what I am currently using for the virtual host definition. I
have gotten this from various websites. Sorry about the formatting I
can''t seem to control it with Thunderbird.
var.wholesale = "wholesale"
$HTTP["host"] =~ "^wholesale" {
server.document-root = "/var/lighttpd/"
2001 Jun 25
2
My First Wine
I've been a Linux user for a few years now but this is my first taste of
Wine. Naturally, I've got a problem (leave it alone!). A transcript of
my wine session looks like this:
# wine --winver win95 /mnt/cdrom/railatlas.exe
FIXME:pthread_rwlock_rdlock
FIXME:pthread_rwlock_unlock
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
FIXME:pthread_rwlock_rdlock
2009 Nov 16
3
Question about the ahci kernel module: missing in the CentOS (4) Plus kernel
Is there some reason the ahci kernel module is *missing* from the
2.6.9-89.0.16.plus.c4 kernel? It is in the standard 2.6.9-89.0.16.EL
kernel. Is this due to an oversight or is there some sort of conflict?
I wanted to add IEEE1394 support to my system running CentOS 4.8. I
*looks* like what I need to do is download the kernel SRPM and patch the
config to include the IEEE1394 modules and
2009 Dec 04
2
CentOS/RHEL's build of firefox hardwired to evolution -- how to change this
For some awful reason (can someone explain why?), the RHEL/CentOS build
of firefox is hardwired to use evolution as its mailto client. With FF
2.<mumble> this was fixable with an about:config setting. With
3.0.<mumble>, it seems not. What is the proper way of fixing this?
*I* ended up doing a 'sudo rpm -e evolution' and then doing a
'sudo ln -s
2006 Aug 15
2
Start up error
I am a complete newbie and am having trouble getting mongrel started up. I
cannot find any info about this error. If you can help at all, I would be
very grateful. Here is the error I get when I try and start my rails app
with mongrel. I have reomved and reinstalled Rails, Ruby, Daemons, and
Mongrel based on some other articles I found on this list. PLEASE HELP!
tim at
2010 May 21
8
Designing An Application (UML, Class Diagrams)
Hi
Is there any freeware anybody would recommend for showing database
models and how they relate to each other? I''m picking up an app
another developer left in a mess and I''m trying to sort it out.
Diagrams would be a great help.
Suggestions?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this