search for: busyashel

Displaying 18 results from an estimated 18 matches for "busyashel".

Did you mean: busyashell
2006 Jun 09
2
php within public
I''m working on integrating tiny_mce with rails, which has been very successful so far. I want to use the imagemanger and filemanager plugins for image uploads directly through the editor toolbar, which are php scripts. My first attempt was to modify the .htaccess to prevent apache from routing the requests to rails. Here''s what i''ve got in my htaccess:
2006 Jul 31
3
getting the last four digits of a string or number
I want to trim down a phone number to the last four digits before saving it to the db. How would I do this? For example, 800-555-1212 which could also be 8005551212, i want to save just 1212 (last four digits) only. -- Posted via http://www.ruby-forum.com/.
2006 Jun 22
4
Shop plugin?
I hope I''m not completely off-base here but is there a shop plugin for ruby/rails that means I don''t have to write the code for a shop from scratch? Can''t seem to find one... Thanks! Bex -- Posted via http://www.ruby-forum.com/.
2006 Apr 28
1
fastcgi stopped
My typo installation just mysteriously stopped working today for some reason. My production.log and fastcgi.crash.log files are no longer being written to. No permissions have changed and as far as I know, nothing has changed on the server either. My server logs are reporting: [Fri Apr 28 14:29:54 2006] [warn] FastCGI: (dynamic) server dispatch.fcgi" has failed to remain running for 30
2006 Mar 03
2
css classes
Can''t find any documentation about this so... Is there a way to assign a class within a link_to method and if so how? For example, I need the following to format <a href="link" class="class">link</a> from <%= link_to "Pages", :controller => ''page'', :action => "list" %> -- Posted via
2006 Mar 09
12
ruby/rails seems to be fubar''d
Hello. Any help the community can give me will be greatly appreciated. I''ve got the server guys who administer my dedicated server working on my issue, but it''s been two days and they are still at square one. Let''s start with the history. I''ve been working with ruby for a month or so now, and am starting to get pretty comfortable with it. I asked my host
2006 Jul 12
0
acts_as_authenticated and paypal
I''m working on a subscription form that has to be tied to paypal using the paypal ipn plugin at http://elctech.com/products_ruby_paypal.shtml. I''ve got my subscription (signup) form setup to include the creditcard information as well as the billing address etc. It''s a modified version of the signup form from the acts_as_auth plugin. I want the model to not save if
2006 Jul 20
1
paypal vs vpaypal
Has anyone used the vpaypal gem yet (http://rubyforge.org/frs/?group_id=1372&release_id=4452) and if so, how does it compare to the paypal plugin from ELC (http://elctech.com/products_ruby_paypal.shtml)? ELC''s is at 1.4 now while vpaypal is at 0.0.1 and hasn''t had much activity at rubyforge. I''m hoping for some success stories from people on one or both of
2006 Jun 05
2
dropdown
I''m using a dropdown on my form for a simple cms which displays the pages from the database. I want to add some options to the dropdown that are not in the database. Is there a way to do this? Here''s my code so far: <p><label for="navigation_link">Link</label><br/> <%= select("navigation", "link",
2006 Jun 22
0
sortable list doesn''t work on production server
I have a sortable list in one of my views, using the sortable example from the recipes book. The sorting works great on my mac. When I throw it on the server for testing it doesn''t save the display order. I cracked open the log file and see that it''s not even returning the id''s like it should: Parameters: {"action"=>"sort",
2006 Jun 26
6
paypal ipn from leetsoft
Has anyone had any luck with the paypal gem from leetsoft (Tobias Luetke)? I''m successfully sending off and making payments, but the ipn doesn''t send back to my site. I have the notify_url set in the form, have a action set for the ipn postbacks, but all I get from my sandbox after payment is a "view shops" page from paypal after payment is made. -- Posted via
2006 Jun 27
0
paypal openssl keys
I''m working with the paypal gem and have created the openssl keys for testing through the sandbox. I''ve included the following lines per the instructions in my controller: @business_key = File::read("business_key.pem") @business_cert = File::read("business_cert.pem") @business_certid = "Z9EFBYAK59D234" It''s returning this error:
2006 Jun 28
0
Verisign Payflo Pro
Has anyone developed a plugin/gem/anything for Verisign that is recommendable and stable yet? I''ve seen the post at http://www.slantwisedesign.com/articles/view/2 but it doesn''t seem to me to be ready for a production environment. If I am incorrect, please let me know. -- Posted via http://www.ruby-forum.com/.
2006 Jun 16
1
sortable acts_as_tree with heirarchy
I''ve been stumbling on the tut at oriontransfer (http://wiki.oriontransfer.co.nz/main/show/SortableTree) I''ve got it working in a one dimensional list and I''ve got the drag and drop working on children, but as can''t get it to save the tree. Here''s my view: <h2>Menu Prototype 2</h2> <%= flash[:notice] %> <ul
2006 May 12
2
Has many through join table issues
I''m trying to wrap my caffeine soaked brain around has_many :through following along at: http://rails.techno-weenie.net/tip/2005/12/23/teaching_your_blog_model_new_tricks_with_has_many_through I think my models are a little more complex than what fits this narrative. I have a directory of members, each member can belong to multiple categories. The category table references itself
2006 Apr 24
4
Ruby/rails on Mac OSX not working
I have been using Locomotive for rails development and recently decided to fix up the ruby/rails install that is on my mac. As we all know, Ruby 1.8.2 came on the mac and has problems, so I followed the instructions at Hivelogic for installing the latest versions of Ruby, Rails, Lighttpd and so forth. I have this set in my path within bash_login: export
2006 Jul 12
0
Strange error
Has anyone ever experience this error? I''m not sure where to trace it back to. Showing usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/templates/rescues/_request_and_response.rhtml where line #40 raised: wrong number of arguments (1 for 0) Extracted source (around line #40): 37: <p><b>Parameters</b>: <%=h request_dump ==
2006 Jun 13
6
tax a reserved word?
Is tax a reserved word or am I sleep deprived?? I''m working on a shopping cart and have a table called sales_taxes (at first i named it taxes). I get the following error when i load the controller: uninitialized constant SalesTaxis RAILS_ROOT: script/../config/.. Application Trace | Framework Trace | Full Trace