Displaying 14 results from an estimated 14 matches for "ejc".
Did you mean:
ecc
2005 Dec 19
15
OpenSSL ''no ciphers'' error on OS X when using Net::HTTP
OpenSSL::SSL::SSLError: SSL_CTX_new:: library has no ciphers
This error is thrown whenever I use anything that uses Net::HTTP. OS X
Tiger, ruby 1.8.2 (2004-12-25) [powerpc-darwin8.2.1]
What could it mean?
Joshua Sierles
2005 Dec 19
10
missing shortcut
I''m trying to start RubyGems on my hd. Windows searches for and can''t
find a file named gemhelp.cmd
Can I download that files somewhere?
--
Posted via http://www.ruby-forum.com/.
2006 Feb 08
9
InPlaceEditor - IMG for OK / Cancel?
Hi all,
Is it possible to use images instead of plain text for the "OK" and "Cancel"
controls?
Thanks,
Best Regards,
EJC
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2005 Dec 19
3
Where to put code - app controller, or app helper?
I have a function i want to be used in both views and controllers:
def year_to_fiscal_year(year)
# converts, say, an integer 2003 into ''0304''
year.to_s[2,2] << (year+1).to_s[2,2]
end
Where should i put it ?
--
Posted via http://www.ruby-forum.com/.
2005 Dec 19
3
created_on, created_at defaulting to 2000/01/01 00:00:00
Hello all,
Rails 1.0.0
created_on is being set to 2000/01/01 00:00:00
Any ideas on this ?
Thanks!
Schema is
create table user_login_history (
id int identity(1,1) not null,
user_id int not null,
created_on datetime default(getdate()) not null,
created_at datetime default(getdate()) not null,
updated_on datetime default(getdate()) not null,
constraint pk_user_login_history primary key clustered
2006 Feb 12
3
Error when Eager Loading "Not unique table/alias"
...es blows up because the
"people" table is left outer joined twice:
<code>
Wedding.find(:first, :include => [:bride, :groom])
</code>
Is there a way to specify an alias for the table name? (like ''LEFT
OUTER JOIN people AS p1'')
Any suggestions?
Thanks,
EJC
2006 Jan 02
0
HABTM / Counter Cache
All,
Is it possible to use counter_cache w/ has_and_belongs_to_many?
Thanks,
EJC
2005 Dec 19
1
Application.rb / Application_Helper.rb / DRY help
...tml and view/user/login.rhtml (for
showing a login / logout button, etc.)
I had to put it both places, otherwise I would get an ''undefined method'' error.
Is there a better approach I should take to DRY this duplicate logic up?
Any suggestions appreciated!
Thanks,
Best Regards,
EJC
2005 Dec 19
3
Trying to make an app helper
Any ideas with fixing this? Doesn''t work properly, although it doesn''t
throw any runtime errors.
# Methods added to this helper will be available to all templates in the
application.
module ApplicationHelper
def options_for_months(selected_month)
2005 Dec 20
3
Help needed: How to Launch web application on IIIrd party server
Hi All,
How to launch the web site on IIIrd party servers ?
Help needed.
Any help appreciated .
Regards
2005 Dec 31
0
:prompt not working?
...tra option-tag is prepended to the select list. Am I
doing something wrong? (Code snipper follows.)
<%= select :user, ''person_id'', Person.find(:all, :order => ''last_name,
first_name'').collect {|p| [ p.fullname, p.id ] }, {:prompt => true} %>
Thanks,
EJC
2006 Feb 09
3
Autocompleter Request depends on other field
...quot; way to have the Autocompleter's Ajax Request pass the
value in the "username" field ?
(I tried adding "parameters: $F('username')" to the Autocompleter's options,
but, that grabs the initial username value (which is blank), not the current
value.)
Thanks,
EJC
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2005 Dec 27
3
Trouble combining :has_many, :finder_sql and :conditions to create a sub-search
I''m sure there''s something right under my nose that I''m missing. I
have two tables with two parallel one-to-many relationships. I wish to
use the :finder_sql parameter to essentially ''or'' the two foreign
keys.
What isn''t working for me is performing a ''sub-search''.
Let''s say the tables are "stores" and
2003 Jun 21
1
garbled top display
Hello
Just a sanity check. I'm seeing a garbled display with top. I
rebuild kernel and world a couple times, I even rm -rf /usr/include to
make sure I was up to date. Anybody else seeing this?
Thanks,
Eric