search for: galiana

Displaying 17 results from an estimated 17 matches for "galiana".

2007 Sep 05
5
Reloading ??
All, So I got passed my initial hurdles with merb 0.4. And all seems to work very nicely. Thank you all for your help ! One thing though, why should I have to bounce the merb server when I change my controller or associated classes ? Am I missing something ? I am having flash back to my java days where I now have to reflect on what changed and bounce the server accordingly...
2007 Jan 12
5
Rails session parasite...
All, I see this item on the merb-0.0.8 release notes Added rails session parasite mode. I am assuming merbs can piggy back off the rails current session. How does one achieve that ? Thanks Fernand -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/merb-devel/attachments/20070112/0803f46e/attachment.html
2006 Aug 23
3
Auto-Reload...
Hi, Not sure if this was posted before.... Is there a way to tell the backgroundrb server to reload workers a la rails in dev mode ? It seems that I have to cycle the server everytime I change my workers... Also has anyone cooked up a script for monitoring the background drb process on a nix OS ? ie rc init for server startup and making sure the process is happy
2007 Sep 04
5
Xml templates...
I was looking in using an xml_builder template to do something like: blee.xerb xml.blees do <% for blee in @blees %> xml.blee = blee.name <% end %> end It looks like the xml_builder template can''t expand the erb tag. It this not the correct way to expand and xml template ? Thanks ! -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Jan 03
2
Using helpers...
All, I am getting an undefined method exception while trying to use a helper method in a xerb file. I am running version 0.0.8 module Merb module FredHelper def blee( args ) .... end end end In the xerb template I have xml.bobo blee( args ) At runtime I am getting undefined method ''blee'' I tryied
2006 Aug 08
1
Problem installing the plugin...
...y 1.8.4 rails 1.1 on Mac OSx and I am getting the following error installing the plugin. Any ideas ? ( BTW This is a brand new rails app ) Thanks !! ruby script/plugin install svn://rubyforge.org/var/svn/backgroundrb --force subversion/libsvn_wc/lock.c:630: (apr_err=155007) svn: ''/Users/fgaliana/work/samples/fred/vendor/plugins'' is not a working copy /usr/local/lib/ruby/1.8/open-uri.rb:88:in `initialize'': No such file or directory - svn://rubyforge.org/var/svn/backgroundrb (Errno::ENOENT) from /usr/local/lib/ruby/1.8/open-uri.rb:88:in `open'' from...
2023 Dec 17
1
call: file.exists("~/.Rtk2theme") error: file name conversion problem -- name too long?
Dear Alipio Galiana, Please keep the mailing list in the "copy" field of your messages. This way other people can chime in with advice too. On Sun, 17 Dec 2023 15:11:14 +0100 <azhriel1 at gmail.com> wrote: > > sessionInfo() > R version 4.3.2 (2023-10-31 ucrt) > Platform: x86_64-w64-min...
2007 Sep 04
1
Couple of questions for Merb 0.4
All, I have just updated to the latest release of merb 0.4 and I am wondering how I can get my controller changes to reload without bouncing the server ? I am running in dev mode but my changes to my merb controller don''t seem to get picked up on new requests. Also say I have a controller that needs to render an alternate xml format ie something like:
2007 Jan 02
1
Caching...
Hi, I am just starting playing with merb and was wondering if there is any caching strategy available. I was planning on using the action caching plugin but I am quiet sure what is the merb plan with dealing with plugins... Any idea or suggestions ? Regards, Fernand -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Jan 03
1
Specifying load path...
All, How can I specify a load path in merb ? I have some classes in a lib directory that needs to be in the load path. Not sure how to accomplish that with merb.... Thanks, Fernand -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/merb-devel/attachments/20070103/2c960f36/attachment.html
2006 Dec 23
1
Generating a merb app skeleton...
I have just started playing with merb. I think this framework has great potential so ATTA BOYS are in order !! Perhaps I missed something in the readme file, but how do I generate a default app in merb. I was looking for something like the cmd below to generate the app hierarchy ?? > merb myapp -Fernand -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Aug 12
0
RE Multiple args
Eugenol, I am new to this framework but looking at your issue I would suggest a couple of things: a) Does the recipients hash have anything in it prior to the call b) Why type of object are in recipients ? Can they be marshalled ? -Fernand -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Jan 23
0
Action caching...
All, I am running Merb 0.5.0. Is there a way to specify an expiration time on an action cache, besides physically calling expire_action ? I have been looking at the code and I was not able to find support for that Something like cache_action( :fred => 30*60, :blee => 60*60 ) would expire fred in 30 min and blee in 1 hour... Any tips on how to achieve that ?
2007 Sep 07
1
Rails + require returns ??
All, I have a rails controller that is requiring a ruby file ie res = require ''blee'' p res.inspect # <= [] ?? class FredController < ApplicationController .... end Printing the return value of the require, I was expecting to see true or false whether the required ruby file was previously loaded or not. Instead it seems to always return an
2008 Aug 24
1
Charting the rails - ZiYa gem 2.0.2 released...
Want to create some good looking interactive charts/gauges for your rails applications ? ZiYa was originally released as a rails plugin and as now involved into a gem. More charts and many additional features were created to make this gem even more powerful... Check out ziya.liquidrail.com and liquidrail.com for the blog entry to help you get started. There is also a google group forum setup
2009 Dec 29
0
Mongo3 - rule your mongoDB clusters!
If you mongo, please try mongo3 (www.mongo3.com) ! Mongo3 is a web app to administer you mongoDB clusters. Features: o Visualize your mongo landscape o Manage your dbs, collections and indexes o Bundled as a gem for easy install and getting started. -Fernand -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this
2007 Dec 19
3
Trapping custom exceptions in merb 0.5.0
...y go to the right exception controller action but the exception page is not being rendered ?? NOTE: Changing to raise NotFound unless key produces the same result... What am I missing ? Thanks, Fernand Stack: Unable to connect. Invalid credentials - (InvalidKey) /Users/fgaliana/work/new_ci/projects/domain/applications/fred/trunk/app/controllers/fred.rb:19:in ''blee'' /opt/local/lib/ruby/gems/1.8/gems/merb-0.5.0/lib/merb/abstract_controller.rb:87:in `send'' /opt/local/lib/ruby/gems/1.8/gems/merb-0.5.0/lib/merb/abstract_controller.rb:87:in `call_acti...