Displaying 11 results from an estimated 11 matches for "chassot".
Did you mean:
chasset
2006 Aug 01
8
Decoupled observers for controllers?
In the Rails Recipes book the recipe "Keeping track of who did what"
explains how to do decoupled observing of models.
In my application I''d like to do a similar thing but watching the
controllers. For example, when somebody hits the login method of the
Security controller, I''d like to make a note of it. In this case I
could observe the User model and watch for
2006 Aug 16
10
Rails wiki
Hey Fellows:
What happened to the Rails wiki? In http://wiki.rubyonrails.org/rails it
appears a very nasty message, saying something about cialis and some other
stuff.
cialis soft tab <http://genericcialis.ziomek.us/> [url=
http://genericcialis.ziomek.us/]cialis soft tab[/url] buy cheap
cialis<http://buycialisonline.xhostar.com/buy-cialis-online.html>[url=
2007 Aug 15
5
Misc notes concerning view_paths
Hi all,
I''ve been playing in the trunk with putting stuff in different dirs
to keep files from a reusable framework separate from the app files.
Here are a few considerations regarding the view_paths setting:
config.view_path is used to set both action_controller.view_paths and
action_mailer.template_root. We get some buggy/unexpected behavior
here because
2006 Sep 20
17
Newbie : What is the number Rails adds in images URL, etc?
If I write :
<%= image_tag "rails.png" %>
I get in HTML :
<img alt="Rails" src="/images/rails.png?1158095722" />
What is the number at the end of the src tag ? What is it for ?
Thanks :).
Nicolas.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to
2004 Oct 25
1
Rails 0.8: Just shy of 100 additions, changes, tweaks, and fixes!
...erver so that it no longer hardcodes the ruby
interpreter used to "ruby" but will get the one used based on the Ruby
runtime configuration. [Marcel Molina Jr.]
* Fixed Dispatcher so it''ll route requests to magic_beans to
MagicBeansController/magic_beans_controller.rb [Caio Chassot]
* "new_controller MagicBeans" and "new_model SubscriptionPayments" will
now both behave properly as they use the new Inflector.
* Fixed problem with MySQL foreign key constraint checks in Rake
:clone_production_structure_to_test target [Andreas Schwarz]
* Changed WEBrick...
2006 Aug 06
0
Rails Core Weekly July 16 - August 6
...orm_tag_remote
with multipart file uploads. Ezra Zygmuntowicz recommends
http://sean.treadway.info/svn/plugins/responds_to_parent/README which
Chris MacGrath agrees works well.
[ thread: http://www.ruby-forum.com/topic/74071#new ]
Andrew Kaspick needs a way for plugins to play nice together. Ciao
Chassot has a wonderful solution that uses the equally wonderful
alias_method_chain. Be sure to check out his example.
[ thread: http://www.ruby-forum.com/topic/74582#new ]
Stephen Blackstone submits a patch that allows for databases to be
defined in connection pools. You would write the usual connection...
2006 Jul 27
25
Why are has_one objects resaved when the parent is saved?
If the associated object of a has_one association has been loaded, it
is resaved when the parent is saved. Eg:
class Person < ActiveRecord::Base
has_one :user
end
class User < ActiveRecord::Base
belongs_to :person
end
p = Person.find(:first)
p.save # As expected, nothing happens with the user association
p.user # Loads the associated object
p.save # As well as saving the person, the
2006 Jul 16
1
Rails Core Weekly July 2 - July 16
...holas adds ":game =>
/[a-z]+/ routes should interpret this as \A[a-z]+\Z. There for ^, \A,
\Z, and $ inside regexp captures for requirements is not required, and
should not be allowed". Francois then suggests he writes a patch to
help those who will encounter this on their paths.
Caio Chassot ran into an issue where flash was not swept if the filter
chain was halted. Caio supplies a test scenario, go read it. Rick
promises he''ll give it some attention over the weekend to fix it.
[thread: http://www.ruby-forum.com/topic/73013#new ]
Finally, Zach is spicing up AR with Optimizat...
2006 Jul 22
3
test:plugins task dependency on :environment is pointless, surely?
Hello all,
I''ve been doing quite a bit of rooting around the plugin system
recently, and one thing in particularly has me puzzled and bemused. At
the moment, the test:plugins task has a dependency on the :environment
task, thus loading up Rails in all it''s resplendent glory. Once it''s
done this it uses Rake::TestTask to load the tests for every plugin.
However, because
2005 Dec 18
7
Testing against 1.8.4
So apparently 1.8.4 is soon forthcoming. We need testing against it.
Could someone help out with that? I believe Ara already checked into
some of the issues, do you know if those are resolved, Ara?
--
David Heinemeier Hansson
http://www.loudthinking.com -- Broadcasting Brain
http://www.basecamphq.com -- Online project management
http://www.backpackit.com -- Personal information manager
2005 Mar 08
43
e=MCv
Dears,
What is this software runned as "e" showed on most Rails Videos and
providing a tree browser (explorer) and editor ?
Avail for Linux ?
Gretz
--
Mathieu