Displaying 10 results from an estimated 10 matches for "pedz".
Did you mean:
peda
2007 Aug 19
6
layout inheritance
According to "Ruby On Rails", the layout call is suppose to be
inherited: (page 508)
"Subclasses of a controller will use the parent''s layout unless they
override it using the layout directive"
I have a case where this is not working. I have not spent time to
concoct a stand alone test. I wanted to verify that David''s book is
correct first.
Can someone
2007 May 10
1
dfs/dce and openssh
...ping my password.
Before I dig into the code and trying to do this, I wanted to ask
those two questions:
1) Has it already been accomplished?
2) Is it known to be "really really really" hard?
I'm not subscribed to this let so please CC me on any replies.
Thank you
Perry Smith ( pedz at easesoftware.com )
Ease Software, Inc. ( http://www.easesoftware.com )
Low cost SATA Disk Systems for IBMs p5, pSeries, and RS/6000 AIX systems
2007 Dec 30
0
Exception not caught while in view
...view, (this is in development mode),
Rails will give me the usual exception page.
I thought, maybe, I was done with the controller but that is not the
case. The controller is still on the stack (way down deep). So, is
something else catching the exception -- maybe in the erb processing?
Thanks,
pedz
--
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 to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gman...
2008 Mar 21
0
Info: _flash.html.erb partial a bad idea
I guess a partial creates a variable by the same name. I wrote a simple
partial called _flash.html.erb in which I display the flash errors and
warnings. But, inside that partial, flash was defined but set to nil.
Renaming the partial to _display_flash.html.erb resolved the issue.
HTH
pedz
--
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 to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gman...
2009 Mar 27
1
Request Profiling on Rails 2.3.2
scripts/performance/request is gone... and the RequestProfiler class is
gone from ActionController.
Is there a simple way to profile a request?
Thanks
pedz
--
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 to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gman...
2011 Jan 15
0
Merb exception stack
...nt it to emacs and as a result it would pop me into
emacs at the proper file and line shown in the exception. I''m sure that
similar arrangements could be concocted.
Was this ever ported to Rails? Is there any way someone can get me the
patch that was submitted way back then?
Thank you,
pedz
--
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 to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, s...
2007 Mar 24
0
openpty() and AIX
...ode could be done (but I don't
see how -- which is why I'm asking).
So, my two basic questions are: 1) are the three paths through the
code I listed above a complete list that I need to be looking at and
2) can anyone comment on how the Linux pty's work?
Thank you,
Perry Smith ( pedz at easesoftware.com )
Ease Software, Inc. ( http://www.easesoftware.com )
Low cost SATA Disk Systems for IBMs p5, pSeries, and RS/6000 AIX systems
2007 May 22
2
Refactoring controllers vs. actions
I just completed an exercise of breaking down an existing project and
mapping out the controllers and actions, then re-factoring them into
some perhaps more RESTful. Though I could be wrong since I am still
grasping REST.
Most of the controllers mapped perfectly into a REST structure, except
for a few.
I have Messages, which can respond to all the usual actions, plus a few
more. The extras are
2007 Jul 22
18
db:fixtures:load order
I was trying to deal with foreign key issues related to order of
fixture loading when I came across this:
http://techpolesen.blogspot.com/2007/04/rails-fixture-tips.html
This got me looking deeper into rails and I noticed that
db:fixtures:load calls Fixtures.create_fixtures once for each fixture
file. However, Fixtures.create_fixtures is capable of taking multiple
files and also handle the
2007 May 18
1
URL Fragment Anchors -- may be a Safari Question
Hi,
I''m a new beginner so, please forgive if I am somewhat imprecise...
I''m wanting to use fragment anchors in my pages. (I think that is the
right term for them). So my URL will be something like pmrs/1#id56.
I am using REST and resource style mapping.
My first question is will this work o.k.? I''ve tested it a tiny bit
and it seems o.k. but I''m worried