Displaying 20 results from an estimated 841 matches for "1.2.5".
Did you mean:
1.2.7
2011 Apr 05
1
Xapian 1.2.5 released
I've uploaded Xapian 1.2.5 (including Search::Xapian 1.2.5.0).
As usual you can download from:
http://xapian.org/download
You can read an overview of the release here:
http://trac.xapian.org/wiki/ReleaseOverview/1.2.5
The full lists of user-visible changes are linked to from there, and also
from the "[news]" links on the download page.
As always, if you encounter problems,
2006 Jan 18
1
Another uninitialized constant question
Guys,
I''m trying to generate a scaffold to admin a table called hangars. I''d
like the controller to fall with an "admin" sub-module.
I used the command:
script/generate scaffold Hangar Admin::Hangar
This seemed to work, and placed the controller in
controllers/admin/hangar_controller.rb, where I expected to find it. It
also created the hangar.rb model in
2020 Nov 20
0
[ANNOUNCE] xprop 1.2.5
Jason Nader (1):
Add missing `-help` function
Keith Packard (5):
Make output with unknown width terminal the same as old code
Free string list returned from XmbTextPropertyToTextList
Correct icon buffer width computation for truecolor terminals
Check return value from ioctl(TIOCGWINSZ)
xprop 1.2.5
Pierre-Loup A. Griffais (5):
Don't display icons if
2006 Jan 10
13
InstantRails 1.0 problems...
Hi,
I have installed InstantRails 1.0 Final on Win XP (Home SP2) and Win 2K 2000.
I was able to get the two apps (cookbook, typo) work fine with Webrick but not with SCGI server. I tried changing the SCGI settings through the InstallRails.exe console so that the Runtime Mode: would be "development" instead of "production" and SCGI port: to 5000 instead of 9998.
2007 Feb 07
1
Auto-installing Gems via boot.rb causes errors under Mongrel
Hi,
I''m trying to make my Rails app auto-install my required gems, by
invoking the gem installation in boot.rb. I''ll use the ActionMailer
gem as an example:
...
system "sudo gem install actionmailer --version=1.2.5 -y"
...
Problem is that this fails on the first invocation of Mongrel - it
can''t find the gem. However, if I kill and restart mongrel (with the
2006 Jan 09
1
Cooky Cookies
Hi All,
I have a problem with the stemming(?) in rails. I have a table cookie and a
Cookie model which I have generated a scaffold for. The problem is that
rails starts looking for a file that it calls "cooky.rb", this must be some
kind of misunderstanding between me and rails, but how do I correct it?
Other scaffolds work just fine.
/Hugo
NameError in Cookie#index
uninitialized
2006 Jan 10
1
Cooky cookies causes trouble
Hi All,
Yesterday wrote about my troubles with naming a table and model cookies and
cookie respectively. I know that everybody hates the newbie screaming bug as
soon as he encounters behaviour he doesn''t understand. But I''ve reproduced
the error in the simplest application possible, and dare therefore say that
this quite possible could be a bug in Rails.
Database:
CREATE TABLE
2006 Mar 14
2
no such file to load -- login_system
I''m hoping someone can help me out here. My application works fine
locally using webrick. One I upload to my shared server space I get an
application error saying rails has failed to start.
The log file production.log reads as follows:
MissingSourceFile (no such file to load -- login_system):
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require__''
2006 Mar 02
1
web serveces problem
Hi,
I''m trying to added layered web services to my application and from some
reason it''s not working for me. i''m working with ruby 1.84, rails 1.0.
here are my files:
1. app/apis/kate_api.rb:
class KateAPI < ActionWebService::API::Base
inflect_names false
api_method :check_version, :expects => [:string], :returns => [:string]
end
2.
2006 Feb 17
3
Migration Errors?
Hi there,
I just bought the Rails Recipes and PDF preview of the book. So far
it''s excellent. I decided to try Chapter 8 of the book regarding
tagging.
I''ve done migrations before, and I feel comfortable with them, however
this error stumps me.
--------------------------------------------------
antrover:~/RubyProjects/rlog dhoefler$ ruby script/generate migration
2002 Mar 01
3
iptables 1.2.5 and shorewall 1.2.8?
Hey all-
Trying to run sh 1.2.8 and iptables 1.2.5 on my linux 2.4.17 box. I
build the kernel from kernel.org sources, and then patched it with
iptables 1.2.5 by doing
%make pending-patches KERNEL_DIR=/usr/src/linux
I let it run and patched these:
Welcome to Rusty''s Patch-o-matic!
Each patch is a new feature: many have minimal impact, some do not.
Almost every one has bugs, so I
2009 Oct 01
2
Compile dovecot 1.2.5 with managesieve patch 0.11.9?
Hi,
is it possible to compile dovecot 1.2.5 with the managesieve patch
0.11.9 which is for dovecot 1.2.4 or is it better to wait if a new
managesieve patch is released? Maybe 1.2.5 will work too?
Thanks,
Seba
2006 Mar 04
2
Asterisk 1.2.5 Released
Asterisk 1.2.5 is now available for download on the ftp. See the
ChangeLog for details about what has changed.
ftp://ftp.digium.com/pub/telephony/asterisk/
As mentioned in the release announcement for Zaptel 1.2.4, our releases
now contain some extra files. The Asterisk release is available as
asterisk-1.2.5.tar.gz. However, there is also a patch against the
previous release as an option for a
2006 Mar 04
2
Asterisk 1.2.5 Released
Asterisk 1.2.5 is now available for download on the ftp. See the
ChangeLog for details about what has changed.
ftp://ftp.digium.com/pub/telephony/asterisk/
As mentioned in the release announcement for Zaptel 1.2.4, our releases
now contain some extra files. The Asterisk release is available as
asterisk-1.2.5.tar.gz. However, there is also a patch against the
previous release as an option for a
2006 Jan 09
7
File_column Dynamic directory
I asked this question earlier and did recieve an answer but I am not
sure Ifully understood the answer as I am getting all sorts of
errors when trying to implement.
Basically I want to add a layer to the path for my files. I have the
following set up in my model class:
file_column :image,
:store_dir => :dynamic_dir
def dynamic_dir
2007 Sep 10
1
[ win32utils-Bugs-13825 ] /win32-file-stat-1.2.5/lib/win32/file/stat.rb:81:in `at'': bignum too big to convert into `long'' (RangeError)
Bugs item #13825, was opened at 2007-09-10 16:04
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=411&aid=13825&group_id=85
Category: win32-file-stat
Group: Code
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: /win32-file-stat-1.2.5/lib/win32/file/stat.rb:81:in `at'': bignum too big to
2006 Jan 28
1
referencing a table
I am trying to use auto_complete_for to reference a different table.
in my clients_controller.rb file
auto_complete_for :case_manager :case_manager.name
^^^^^^^^^^^^
this is not the clients table
my models/clients.rb has:
has_one: case_manager
The above ''auto_complete_for'' line in clients_controller.rb
2006 Mar 04
2
Upgrading to 1.2.5?
Probably just me being dumb, but I am trying to update my asterisk to
the latest (1.2.5)
When I go to my /usr/src/asterisk I type:
make upgrade
make install
This seems to be doing it's thing, but when I type show version from
the console (after a restart) I still get:
Asterisk SVN-branch-1.2-r7231 built by root @ notdeadyet-imac.local on
a Power Macintosh running Darwin on 2006-03-04
2006 Mar 13
1
SIP Jitter Buffer for 1.2.5
Hi,
I really want to start using 1.2.5, but I also really need to have the
jitter buffer. Can anyone offer a suggestion of how to go? I've
looked at the SIP_JB patch and there seems to be no indication of a
patch for the 1.2.5 release.
2002 Sep 11
0
samba-3.0-alpha19 can't compile
Hi
I try to compile samba-3.0-alpha19 on my Linux-Box (SuSE 8.0, Kernel
2.4.18, cc 2.95.3, make 3.79.1). After "make" I got this errors:
Linking bin/smbd
/usr/src/krb5-1.2.5/src/lib/libgssapi_krb5.a(accept_sec_context.o): In
function `rd_and_store_for_creds':
accept_sec_context.o(.text+0x7b): undefined reference to `krb5_rd_cred'
accept_sec_context.o(.text+0xdb): undefined