Displaying 8 results from an estimated 8 matches for "tarsoli".
Did you mean:
tarsoly
2006 May 11
1
quick link_to question
Hey there,
is there a way to include more variables besides the id as a hidden
field (to not show in the url) when i''m using :post => true on a
link_to() ?
Thanks,
Andr?s
--
Andr?s Tarsoly
tarsolya@gmail.com
2007 Oct 26
5
specing rescue, ensure and else blocks of an Exception
Greetings,
I''m using rspec with rcov for my applications and there is one issue
which I cannot solve nor can find any proper information regarding
it: specing what is in a rescue block in case of an exception.
I''m using Ruby on Rails and I usually make use of exceptions in my
controllers, like the following example:
def action
@foo = Foo.find(1)
2007 Sep 06
3
no build! on association?
Hi guys,
it seems like I missed some trivial stuff going on in edge rails. Can
you point me in the right direction about what happened to the build!
method?
Simple scenario:
class User << AR
has_many :posts
end
class Post
belongs_to :user
end
console:
>> u = User.find(1)
>> u.posts
[]
>> u.posts.create!({:title => "Foo", :content =>
2006 Aug 10
2
rendering templates from an engine''s app dir
Hi there,
i have a rails application which use the active_rbac engine for user
and access control.
How can I use the original login, etc. forms which were provided with
the engine as partials in my application? I''ve tried all of the below
mentioned approaches and it seems so that I cannot reach the templates
provided under the [RAILS_HOME]/vendor/plugins/active_rbac/app/views
directory.
2007 Oct 26
7
Weird failing spec
Hi guys,
I have a weird failing spec, for which I just cannot figure out the
reason of failure. I''m now rewriting my controller specs based on the
advice of David and Ashley, and I got stuck on this (see: [rspec-
users] specing rescue, ensure and else blocks of an Exception).
http://pastie.caboo.se/111221
I''ve tried everything, like stubbing out :update_attributes! , even
2006 Nov 04
2
strange errors in dev.log and webserver log
Hi guys,
I have encountered a strange error in one of my applications.
The details are the following:
The application is a very simple one, I have one model, Cards, it has
some pretty basic stuff, some after_save methods for saving uploaded
files to their places.
I have an UI where I can manage the Card records, with the default
methods, including ''edit''
cards_controller.rb:
2006 Aug 10
6
Partials - asked before never got reply
I''m trying to figure out how multiple partials in one page would be
configured when they are based on some action in the controller.
As an example -
I have a main/welcome page. If someone new or a user not logged in
arrives at this page I display both a registration form and a login
form. However, if they are logged in then those forms should not show
up on that page. Also should
2006 Mar 20
9
jEdit Snippets for Ruby on Rails
-----------------------------------------------------
Announcing: jEdit Snippets for Ruby on Rails
-----------------------------------------------------
I thought I''d "give a little back to the community" and whip up some
SuperAbbrev files for ruby and rhtml that mimic all of the Textmate
Rails bundle snippets.
Note: This was totally inspired by Textmate and the syncPEOPLE