Displaying 4 results from an estimated 4 matches for "ror2".
Did you mean:
ror
2006 Jun 29
1
session management not working for me in an exceptional condition
...the links provided in parent RoR; I have following
html code is parent RoR list page for visiting an child RoR
<input type=button onclick="visitApp1()" value="Application1"> </input>
<script>
function visitApp1()
{
window.open("http://localhost:3001/ror2/list")
}
</script>
I start parent RoR at 3000 port and then I visit it using IE (
http://localhost:3000/ror1)
on the list page of ror1 when I click Application1 button, a new browser
window opens which shows RoR2 correctly; but the my RoR1 gets disturbed,
when I try to view any other p...
2012 Sep 20
6
Good books about the internals of Rails 3
Hi, I''m a new RoR and Ruby developer and I''m searching for some good
resources (books or website) that go a little further than books like
the railstutorial (which is excellent btw).
But after reading this, I feel like as long as I''m working with
scaffolding and simple gems, it''s ok, and a lot can be accomplished with
this but I would like to have a deeper
2006 Aug 07
0
RMagick - uninitialized constant Enum
SO - I wrote "require ''RMagick''" at the top of my class and got this
error:
uninitialized constant Enum
(full error: http://ror2.notdotnet.net/hello)
I googled for the problem and found this blog:
http://blog.pomozov.info/posts/adventure-with-rmagick-and-mongrel.html
I talked with the support on my webhost...and making a long story short
my setup now looks like this: http://r.notdotnet.net/hello - which I
think looks ok...
2008 Jun 23
12
From Instant Rails 2.0 to Rails 2.1.0
hi,
I have installed Instant Rails 2.0 on my machine which comes with
Rails 2.0.2. Now I want to update my Rails to version 2.1.0. So I do
gem update rails and It seems to be fine. But when I check the version
of my Rails I get the following message:
>rails -v
C:/RoR/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:578:in
`report_activate_error'': RubyGem version error: activesupport(2.0.2
not