search for: bradleyboy

Displaying 11 results from an estimated 11 matches for "bradleyboy".

2006 Jan 16
1
ActionMailer Funkiness
...quire'' from script/runner:3 ----- There is no difference in the ActionMailer config between the two environments. I am thinking that while the development runner throws no errors, it is really breaking somewhere too. Anyone experienced this kind of thing before? Brad Daily bradleyboy productions brad@bradleyboy.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060116/e2e23899/attachment.html
2005 Dec 15
5
Avery Lables, PDF::Writer or LaTex?
In a new app we are developing, we need to be able to dynamically create a PDF and send it to the browser (inline with send_data). I have been tinkering with PDF::Writer and love the simplicity and native ruby-ness of it all. However, one of the main uses for this functionality is to output a PDF of addresses to be printed on Avery 5161 labels. LaTex seems to be suited well for this, but it
2006 Apr 04
6
Replaced Rails Package with HiveLogic Install - problems
Hi, I''ve got a strange problem. I had initially installed Rails using Tony Arnold''s package: <http://www.tonyarnold.com/articles/category/rails> and that worked fine. (on OS X, obviously). I then decided to reinstall using the instructions on the HiveLogic page, to get Ruby 1.8.4: <http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger> That
2006 May 15
1
1 controller, 2 layouts
I am having an issue with a controller that needs to utilize two different layouts, depending on the action. The entire app makes use of the application layout, so I added this to my controller to use for all of our reports: class ReportsController < ApplicationController layout "reporter", :except => :index I was hoping that the layout would only be applied to all the
2006 Jan 19
2
date_select broken
I am using date_select and in some instances it only shows about 10 years worth of choices. Same form on other users shows the whole range. date_select looks like this <%= date_select ''user'',''birthdate'' , :start_year => 1940 %> I would expect to always see 1940-2006 or so , but i dont always do. Is there a way to force the range or explain why i
2006 Mar 10
3
In Place Editor and Empty Fields
So, the InPlaceEditor with AJAX is all nice and dandy, works great. What about fields that don''t have any content? As far as I can tell, this doesn''t work so well - there''s nothing to click on so no edit form pops up... Am I missing something? HH
2006 Apr 01
5
What IDE for Rails on OSX?
Hi, I''m using TextMate for rails development on OSX, but have reached a point where I need to run in a debugger and be able to step through the code as it executes. I have previously used the Eclipse Ruby plug in and another IDE for ruby development on windows, but never figured out how to run a Rails app in the debugger. How are other textmate users debugging and what else is there on
2006 Jan 04
4
Multiple Sites, One Rails App
Here is the situation: We have one rails app that is built around our fairly large DB. Since we have many models and logic inside those models, it makes sense for us to build only one rails app and share it among several different sites (Public web site, internal data backend, etc). The thing I can''t quite get my head around is how to forward requests (using lighty) from different
2006 Mar 30
3
Rails 1.1, Markaby, options_from_collection
Last night, I upgraded one of my rails apps to 1.1. This app uses Markaby exclusively for its'' views, and once I checked out the latest revisiong of Markaby (r33), everything was working fine except for one thing: select_tag(''province_id'', options_from_collection_for_select(@provinces, "id", "name")) Now returns this (as you see it is spitting
2006 May 16
7
RJS head scratcher
I''ve been joyfully using RJS in a lot of our work lately, with no issues whatsoever. However, I am porting an application to RJS templates that we''ve had for a while, and having some issues. When I use Firebug to see what is going on, the response comes back like this: try { new Effect.Highlight("gi_error_row",{duration:20}); } catch (e) { alert(''RJS
2006 Feb 19
10
Switchtower - unitialized constant
Just loaded up Switchtower 1.0 today, via gems. I''m on OS X (10.4.5), with ruby and friends installed via darwinports in opt/local. After installing ST, I switchtowerized my app, set up the deploy recipe, then ran: rake remote_exec ACTION=setup When I do, i get this error: rake aborted! uninitialized constant SwitchTower Obviously, this happens with any of the tasks in ST (like