From nicholas.henry at gmail.com Mon Feb 18 20:00:41 2008 From: nicholas.henry at gmail.com (Nicholas Henry) Date: Mon, 18 Feb 2008 20:00:41 -0500 Subject: [Pivotalrb-general] Install Desert Message-ID: What is the best way to install desert? I tried install via the gem "gem install desert", but I guess it's not i the repository. Any help would be much appreciated. Cheers, Nicholas From joao.gomes at gmail.com Mon Feb 18 21:34:58 2008 From: joao.gomes at gmail.com (=?ISO-8859-1?Q?Jo=E3o_Gomes?=) Date: Tue, 19 Feb 2008 02:34:58 +0000 Subject: [Pivotalrb-general] Public assets Message-ID: <8E4808BE-6D01-486C-B213-E5003C170688@gmail.com> I was using the engines plugin and i changed to desert but i miss the copy to plugin_assets feature. What is the best way to do it? Thanks in advance, Jo?o Gomes From joao.gomes at gmail.com Tue Feb 19 07:39:26 2008 From: joao.gomes at gmail.com (=?ISO-8859-1?Q?Jo=E3o_Gomes?=) Date: Tue, 19 Feb 2008 12:39:26 +0000 Subject: [Pivotalrb-general] Public assets In-Reply-To: <1d7ddd110802182321p499c0e68x74d2d9356ca0f7f@mail.gmail.com> References: <8E4808BE-6D01-486C-B213-E5003C170688@gmail.com> <1d7ddd110802182321p499c0e68x74d2d9356ca0f7f@mail.gmail.com> Message-ID: Hi, Thanks for que quick answer. Yes, the plugin_assets feature just copy the public directory when the environment is loaded. I wonder if i can just do a symbolic link instead? With a ln -s i don't need to restart my server everytime i want to add a file to the public directory. Thanks again, Jo?o On 2008/02/19, at 07:21, Brian Takita wrote: > On Feb 18, 2008 6:34 PM, Jo?o Gomes wrote: >> I was using the engines plugin and i changed to desert but i miss the >> copy to plugin_assets feature. >> >> What is the best way to do it? > Jo?o, you can manually place a `cp` operation in your install.rb file > for your plugin. > > I'm not very familiar with the plugin_assets feature for engines. As > far as I can tell, the plugin's assets directory is copied to whenever > the rails environment is loaded: > RAILS_ROOT/public/public_assets/plugin_name > > Does that sound correct? If yes, we will add the feature request and > get started on it. > > Thank you, > Brian Takita >> >> Thanks in advance, >> Jo?o Gomes >> _______________________________________________ >> Pivotalrb-general mailing list >> Pivotalrb-general at rubyforge.org >> http://rubyforge.org/mailman/listinfo/pivotalrb-general >> From joao.gomes at gmail.com Tue Feb 19 07:40:41 2008 From: joao.gomes at gmail.com (=?ISO-8859-1?Q?Jo=E3o_Gomes?=) Date: Tue, 19 Feb 2008 12:40:41 +0000 Subject: [Pivotalrb-general] Plugin Reload Message-ID: Hi, Is there any way to reload a plugin without restarting the server? Cheers, Jo?o