search for: zachinglis

Displaying 5 results from an estimated 5 matches for "zachinglis".

2007 May 27
1
Rails Server Issues
...ed method `options'' for []:Array (NoMethodError) from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/ custom_require.rb:32:in `gem_original_require'' from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/ custom_require.rb:32:in `require'' from /Users/zachinglis/Sites/Rails/todo/vendor/rails/ activesupport/lib/active_support/dependencies.rb:495:in `require'' from /Users/zachinglis/Sites/Rails/todo/vendor/rails/ activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'' from /Users/zachinglis/Sites/Rail...
2007 Jun 06
0
Capistrano: Port in SVN
...ocal/lib/ruby/gems/1.8/gems/capistrano-1.4.1/bin/ cap:11 from /opt/local/bin/cap:16:in `load'' from /opt/local/bin/cap:16 ----- I clearly stated port 7889 in the config and it has never had problems up until now. Any ideas why it is? Zach Inglis → Blog -- http://www.zachinglis.com → Company -- http://www.lt3media.com → Portfolio -- http://portfolio.zachinglis.com → Web Designer → Print Designer → Identity Desginer → Ruby on Rails developer → et plus. → AIM: zachinglis → MSN: zachinglis-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org → Others available on request --~--~----...
2006 Aug 06
1
RJS error
...r Edit Destroy * Testes Edit Destroy * One more Edit Destroy * Heres another Edit Destroy * And another Edit Destroy NameError in TodosController#create undefined local variable or method `page'' for #<TodosController:0x228bf4c> RAILS_ROOT: /Users/zachinglis/Sites/rails/landing/public/../config/.. Application Trace | Framework Trace | Full Trace #{RAILS_ROOT}/app/controllers/todos_controller.rb:30:in `create'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/base.rb:910:in `perform_action_without_fi...
2007 Jun 02
7
serch in blog - What is the best method.
Hi, I am completly new to rail and developing a blog, was just interested in knowing what is the best method to implement search to search my blogs. Thank you, Raj. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this
2007 Jun 10
6
Securing private file area
I''m building an application for a company that has thousands of clients, and for each client there will a set of documents that are private to that client. Rails makes it easy, of course, to show the list of documents on a per-client basis, using acts_as_authenticated and using current_user as part of the find any time a document list is displayed. The part for which I''m looking