Displaying 20 results from an estimated 25 matches for "rubydoc".
2010 Jul 19
16
Strange Error undefined method `show' for # see no way to debug, suggestions?
I changed fairly much in my app without constant testing ( my bad )
now i get an error which I cannot seem to debug point my finger on.
I have a home controller which just displays a welcome page this had a
index only action.
Whatever controller I try to open i always get above error message
ActionView::TemplateError (undefined method `show'' for
2007 Oct 29
1
BackgrounDRb, Schedule and Clean Up
...ust stopping. Now I reread his comments and see that there is a new version in the works, which I''m sure will be great.
However a question about the current trunk version, I have for pure testing purposes a worker scheduled to run every second. As I''ve read in the examples or the RubyDoc you have to delete the worker in order to end the Ruby process. I have noticed however that the sockets in /tmp/backgroundrb.#{pid} seem to exist until the entire backgroundrb server is stoped. Should these clear up on their own without a stop or am I doing something wrong?
At current for testing...
2006 Mar 21
4
Using onSubmit tag in form_tag?
...t; method="post">
Seems like Rails thinks it is a parameter instead of an option, so what
I tried next was something like:
<%= start_form_tag {:action => ''Add''}, {:onSubmit => ''validate()''} %>
Sadly that doesn''t compile. From rubydocs the syntax for form_tag is
form_tag(url_for_options = {}, options = {}, *parameters_for_url), so
how do I specify the options that I''d want as in this case?
Thanks!
--
Posted via http://www.ruby-forum.com/.
2012 Mar 08
5
FXRuby 1.6.23 released
Hi fxruby hackers,
new version 1.6.23 is out with the following changes. Unfortunately
the fxruby.org homepage is down and I don''t have access to it.
Therefore I''ve moved the documentation to
http://rubydoc.info/github/larskanis/fxruby/1.6/frames and converted
to yard.
Have fun!
=== 1.6.23 / 2012-03-08
* Add YARD documentation support
* Use generated Manifest.txt
* Support for parallel task execution with drake
=== 1.6.22 / 2012-02-21
* Allow better access to raw pixel data of FXImage and derivat...
2005 Feb 20
11
Suggestion for wxruby name change
...ood reason for the naming - one was supposed
to replace the other quickly and silently. Well, that didn''t happen as
expected. However, wxruby-swig has gained two real features. First, as
you hungry list followers have heard, Zach has been completly redoing
our documentation system with Rubydoc. As much as I complain about the
web-layout defaults of rubydoc, no one can deny that these will be a
huge improvement over our original docs. Second, wxruby-swig now works
with wxWidgets 2.5.3 (tested with both Mac OS X and Win32). Windows
users won''t be able to see much, but let me t...
2010 Dec 20
2
The Rails3 way for in-place editing
...the index-page
(for the sake of learning just xx products with a name to be edited).
These are my favorite links from yesterday''s research (for the archives):
*On the spot is a Rails3 compliant unobtrusive javascript in-place-editing
plugin: http://rubygems.org/gems/on_the_spot
(http://rubydoc.info/gems/on_the_spot/0.0.6/frames,
http://www.dixis.com/?p=408)
https://code.google.com/p/jquery-in-place-editor/
(http://www.appelsiini.net/projects/jeditable)
Rails 3 Remote Links and Forms: A Definitive Guide:
http://www.alfajango.com/blog/rails-3-remote-links-and-forms/
http://asciicasts...
2011 Feb 21
2
self.prepend_view_path - am I missing something
...t varies its content based upon the domain from which
it is being accessed. Some of the domain characteristics are
supported in the model but it is easier varying static text in the
views and then sharing the form templates via partials etc.
Rails 2.3.10 and looking at the documentation at
http://rubydoc.info/docs/rails/2.3.8/ActionController/Base#prepend_view_path-instance_method
application_controller.rb
before_filter :domain_lookup, :set_view_paths
protected
def set_view_paths
self.prepend_view_path "app/views/#{controller_name}/
#{@domain.policy.policy_type}"
end
accord...
2012 Feb 03
1
rails memoize and reload class => error raised
Hi,
That''s a bit off topic but since I use Spork + Rspec...
Well, my classes are reloaded between each test wave so Rails''
"memoize" method raises an error (which is expected, see code:
http://rubydoc.info/docs/rails/3.0.0/ActiveSupport/Memoizable:memoize)
Anyone resolved this issue with an elegant solution?
2007 Dec 20
4
object.send problem within ActiveRecord
...rameters works fine.. but when it comes to
parameters it says
ArgumentError: wrong number of arguments (1 for 0)
u = User.new
#works
u.send :firstname
#does not work => ArgumentError: wrong number of arguments (1 for 0)
u.send :firstname, ''michal''
does someone know why? the rubydoc says that its possible to call it
with params also...
--
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 group, send email...
2005 Apr 14
6
Ruby/Odeum Full Text Inverted Index Extension
...breaking the text into words, normalizing the
words, searching, and attaching meta-data to each document. It is very
fast and the Ruby/Odeum extension is nice and small with only two
classes needed.
This release features:
1. Much improved project layout with a Rake and setup.rb build.
2. Full RubyDoc documentation for every function.
3. A more complete example script odeum_mgr which uses Ruby/Odeum to
index some documents and let you search it.
4. Some new functions to make the library even easier and help reduce
the amount of Ruby to C interfunction calls.
5. Bug fixes related to memory man...
2012 Nov 02
4
How to test recaptcha in localhost?
Hi all,
I follow All the steps for recaptcha , but i am confused how to test on my
local host.
Because when we register in google recaptcha it ask for domain URL, i stuck
here.
Q What should i enter in domain url ?
Hope that you all understand the problem.
Thanks
Regards
Fahim Babar Patel
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2010 Oct 06
4
List of html_options available
I''ve noticed lots of people online complain about not good documentation
for Rails. I''m a PHP programmer but I''m a newbie on Rails.
I''m creating a form with a drop-down menu. I finally got to do it. I
noticed there is a html_options parameter for select. I was curious as
to what other html_options are available but couldn''t find a list of
options. I
2019 Jan 10
2
managesieve configuration
...This leads me to my question: How do I force Dovecot to print at least a
STARTTLS line after a client connects to port 4190? Looking
Kind regards,
Dominik
[1]:
https://wiki.dovecot.org/Pigeonhole/ManageSieve/Troubleshooting#Manual_TLS_Login
[2]: https://github.com/thsmi/sieve
[3]: https://www.rubydoc.info/gems/ruby-managesieve/0.4.3/ManageSieve
[4]:
https://github.com/roundcube/roundcubemail/tree/1.3.8/plugins/managesieve
[5]:
http://pear.php.net/package/Net_Sieve/docs/1.3.4/Net_Sieve/Net_Sieve.html
2013 Mar 20
2
Rspec + Devise + BaseController
Hello there,
I''m creating a base controller for the admin section of a project. All
controllers whitin the admin section will inherit from it.
#####################################################
#app/controllers/admins/base_controller.rb
class Admins::BaseController < ApplicationController
layout "admin_cms"
before_filter :authenticate_admin!
end
2006 Jul 02
2
searchbar help!
Hi all,
i am after hours unfold of trying to implement a searchbar in a table
with a habtam relashinship, but alas ! with no success... i was hoping
some kind gentle mind can help me through these diffucult times; i have
now reached the point where out of sheer annoyance, i cannot see myself
getting anywhere nearer to the target, and was hopefully hoping one of
you out there could help me
2011 Mar 26
2
Rails 3 + SSL
After reading tons of posts about buying certs, etc, I''m still
confused. Please point me in the right direction. Here''s the
question:
I have a rails3 site (www.mysite.com). I want to have some pages use
ssl, and some not. It appears the require_ssl approach is pre-Rails3
and there are other alternatives. Most of the posts I read talk about
using a diff domain for ssl
2010 Sep 01
4
NoMethodError: undefined method `force_encoding' for "Conten
Hi everyone!
Im trying to install mechanizer from
http://github.com/tenderlove/mechanize.
I`ve clone the project into /tmp folder. When I do rake inside the
folder /tmp/mechanizer it gives me this error:
mac159180:mechanize renatosis$ rake
(in /private/tmp/mechanize)
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -w
-Ilib:bin:test:. -e ''require "rubygems";
2005 Jan 16
3
New Doc Status
I know it''s been a few weeks since Nick asked me to work on new wxRuby
document output from the xml file in the wxruby-swig source tree. So I''m
updating the list so you know that it is underway. A new wxRuby API is
coming!!
I have the parsing complete, and I am trying to make this be
most-beneficial to the wxRuby community. Perhaps someone reading this
may have an
2012 Feb 17
5
undefined method `key?' for nil:NilClass PaperClip
Hello, I have a problem with the paperclip, I put on my GemFile
gem "paperclip", "~> 2.6.0"
I create a migrate
class FileUpload < ActiveRecord::Migration
def up
change_table :projects do |t|
t.has_attached_file :image
end
end
def down
drop_attached_file :projects, :image
end
end
on my model I put
class Project < ActiveRecord::Base
2012 Sep 18
3
tinc puppet module to create a L2 mesh
Hi,
I wrote a draft puppet module to maintain a L2 mesh based on tinc [1]. I tried to explain what it is about so that it makes sense even to people who know nothing about tinc [2]. Before polishing it so that it can be useful to the general public instead of just myself, I would very much appreciate your comments. This is my first experience with tinc and I would like to improve :-)
Thanks for