Displaying 11 results from an estimated 11 matches similar to: "Install plugin "validate_attributes""
2006 Jul 27
0
Rails Plugin Packs
As the number of Rails plugins steadily increases, remembering and
managing these plugins is getting increasingly difficult. There is
some significant effort going into improving the process of
installing plugins with the RaPT project. However, as you start to
find your favourite plugins, you might often find yourself using the
same group of plugins on every new Rails project that you
2007 Sep 25
0
Plugins - Enhanced ActiveRecord Errors
Hello everyone,
I am trying to install the error_messages_for plugin (see
http://agilewebdevelopment.com/plugins/show/144). It allows you to
customize your AR errors. However, the original mirror seems to be
down, and I cannot get it with rapt either.
Does someone know another mirror ?
Thanks in advance,
Adrien.
--~--~---------~--~----~------------~-------~--~----~
You received this message
2012 Jun 23
0
[LLVMdev] Makefiles as G-d and Nature Intended Them.
On Jun 22, 2012, at 10:15 PM, Don Quixote de la Mancha wrote:
> Dear Friends,
>
> Please pay rapt attention and listen carefully. I had to go to Hell
> and Back to learn this Valuable Lesson. I don't want to have to say
> it twice:
This guys posts are now moderated.
-Chris
2011 Apr 04
1
Dovecot IMAP repeatedly disconnects
Hi,
I'm running dovecot-1.0.7-7.el5 on a CentOS 5.5x64 server, accessed
through Thunderbird clients. Thunderbird is reporting constant
disconnections from the server; the maillog shows constant repeats of
Apr 4 16:39:21 holly dovecot: imap-login: Login: user=<?user?>,
method=PLAIN, rip=::ffff:172.31.255.193, lip=::ffff:172.31.255.1
Apr 4 16:39:21 holly dovecot: IMAP(?user?): mbox
2006 Aug 03
2
Plugins dependency mechanism?
Hi,
With so many good plugins around at the moment, I''d perhaps like to require
some of these in one of my own rather than try to re-write their
functionality.
Is there a mechanism available for making a plugin dependent on another
plugin(s)?
Cheers
Dan
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Apr 15
0
hpricot bug?
I get an error in the hpricot-gem on Windows XP sp3. I have tested
different versions of it and combined them with different versions of
sequel (including the latest of both).
The error triggers on the line when I do: require ’hpricot’.
The line that causes the error in the hpricot-gem in the file
elements.rb (line 395) looks like this:
nth = proc { |num,i| self.position == num.to_i }
What is
2006 Aug 02
5
Fun with ez_where
I''ve been trying to use the ez_where plugin to create a dynamic finder.
The structure looks somehing like this..
=== controller ===
def list
attribute_filter = params[:filter]
@filter = Caboose::EZ::Condition.new :table do
attribute <=> attribute_filter if attribute_filter
end
#
... do the find with the @filter
#
end
=== view ===
....
<%= link_to
2006 Dec 26
15
is there a way to not repeat installing plugins?
i seem to be using the same plugins for all my sites and was wondering
if there is a way to make the process easier and faster?
is this what is called by "packing your own gems"?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2019 Aug 14
2
Dovecot not responding to external clients
Hi all
I have Dovecot on my Linux-Mint workstation, running IMAP for the
Thunderbird client thereon, but previously also for my phone and laptop
clients as well. Since upgrading to Linux-Mint 19, however, although the
Thunderbird client on the workstation works just fine, the other clients
can't connect. I've disabled the firewall, and nmap shows the ports
open, so it seems like some
2007 Dec 06
43
Mocks? Really?
OK, so i''ve played a bit with mocks and mock_models in controller and
view tests and i have a question. Is this statement really correct:
"We highly recommend that you exploit the mock framework here rather
than providing real model objects in order to keep the view specs
isolated from changes to your models."
(http://rspec.rubyforge.org/documentation/rails/writing/views.html
2007 Oct 14
40
Step matchers
I think we all know that the readability of steps isn''t great right
now, and in fact there''s a very recent thread that discusses just
that. It was that recent thread that prompted me to explore this a
bit.
The basic idea is that you define step matchers, which have a regex,
and then you match step names against that regex. Kind of tough for
me to explain so I''ll just