search for: structuralartistry

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

2010 Dec 12
3
Toto blog date issue - production only, localhost fine
...g the date in the article file, it shows today''s date. This wrong date shows visually on the page and also in the links. So the links are all wrong and end in 404 errors. If I modify the link to the correct date of the article (in the article file), the article loads. My blog: http://blog.structuralartistry.com/ <http://blog.structuralartistry.com/%20%20> This is the link that is on the first article. Follow it and you will have a 404: http://blog.structuralartistry.com/2010/11/09/using-wkhtmltopdf-with-ruby-and-rails/ This is the header of the article file for this article: title: Using wkhtml...
2011 Jan 12
14
WickedPDF vs PDFKit vs. Prawn, etc.
Thoughts on using WickedPDF vs PDFKit vs. Prawn or others for developing forms with dynamic content? TIA, Garrett Lancaster -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to
2011 Feb 03
2
Possible to ask rspec to show more code in the debugger?
This came up from an other issue where I needed to go check something in test::unit. Immediately when I dropped into the debugger in test::unit I saw something I have been missing: test unit by default shows a number of lines of code. Is there a way to make the rspec debugger do this? I am not sure if it is just me, but seems to me that when I moved to rspec, certain things which seemed to be
2011 Oct 21
3
multi site with RoR
HI All,, I have just installed rails. Also I have installed spree,spree-multi- domains gems. I could run the sample spree app but on the admin of spree could not find facility to add multi domains, I have googled but could not find how to create multi domains using rails or spree. If there are any ruby gems to achieve or any other way please let me know. Below is what I wanted exactly 1) A
2010 Jun 13
5
script/server vs mongrel_rails start issue
I am having different results between when I start mongrel with script/ server and with mongrel_rails start. When I run script/server to boot mongrel everything runs fine, no errors. When I run mongrel_rails start I get the following errors - verified the problem on a fresh app and on two different environments (mac and yes, windows server 2008). The actual line of fault changes but the problem
2011 May 28
4
Rais 3, nested attributes problem with paperclip
I have two models, one model girl and one girl_photos (a file upload asset). The only code I have in models which describes the association is: For the girl => belongs_to :girl and has_attached_file :photo For the model girl_photos => has_many :girl_photos and accepts_nested_attributes_for :girl_photos I''ve tried to save as a nested attribute the photo, it saves the association
2011 Sep 28
13
First time with Ruby - how to print "Hello World!" via web-server
Hello Everyone, first off - I''m NOT a programmer. I know HTML/CSS very well and PHP quite well, yet not I''m in need of a more "active" language and I''ve decided to go with Ruby. Thing is, I''ve been able to find ton of tutorials, but NOT ONE answers the most basic question - what exactly do I have to upload to the server to simply get a (any) response
2010 Dec 06
0
Change setting to receive emails when posted?
This is an administrative question: I joined this group yesterday and when I try to save my preferences it does not allow me to select "Email (approximately 12 emails per day)".... is it just me or does everyone just get a digest (I would rather have things in real time)... Thanks, David -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Mar 17
0
Testing route with proc --- possible and how?
I have this route (Rails 3) which handles redirecting shortened urls: # handles the shortened url lookup match '':hash'' => redirect { |params| Sharing.get_url_path_by_short_url(params[:hash]) }, :constraints => { :hash => /[a-zA-Z0-9]{7}/ } It works correctly at the ui. However am having trouble getting a spec working for it. Note that in the UI the user must be
2011 Aug 16
2
Mailer failure: ArgumentError: A sender (Return-Path, Sender or From) required to send a message
I have two mailer procedures in the same app and same mailer (Rails 3.1/1.9.2). The first one fails with the message below, the second works fine. Both these results are through irb. Anyone have an idea as to why? Also, in my application.rb I do have: ActionMailer::Base.default :from => "WaveLineup <system-+T6PWOEcvEy41k5uCYKmRQ@public.gmane.org>" defined. FAILS def
2010 Jun 14
6
ERROR: Failed to build gem native extension (win server 2003/2008 ruby 1.9.1/1.8.7)
I am trying to install mongrel_service gem on Windows (although this problem seems to hold for any non-compiled gem). I have tried this with Windows Server 2003 and 2008. Also with Ruby version 1.8.7 and 1.9.1 (Luis Lavena''s one click installer). Both with the same result. The error message (full text below) mentions that I have to install development tools first. I have installed MinGW