Displaying 4 results from an estimated 4 matches for "version_name".
2009 Jan 30
2
rescue ActiveRecord::RecordInvalid
Hi all,
I am using is_attachment plugin, but I will always end up with this
error:
RuntimeError in PostsController#create
BLAH
which was caused by:
version.filename = file_name_for_version(version_name)
begin
version.save!
rescue ActiveRecord::RecordInvalid
raise "BLAH"
end
end
RecordInvalid was raised by save! because is invalid.
Does anyone know why? I am uploading an image so it should validate
fine.
Any help would be most welcome
--
Posted via http://www.ruby-forum....
2015 Aug 12
2
Re: [PATCH 1/2] builder: add non-int revisions
On Wed, Aug 12, 2015 at 03:12:21PM +0200, Pino Toscano wrote:
> Add support for non-integer revisions of entries, comparing them as
> integer when possible.
Have you got an example of revisions? It may be possible to use
Common_utils.compare_version which does RPM revision-style comparison.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my
2015 Aug 12
0
Re: [PATCH 1/2] builder: add non-int revisions
...chard W.M. Jones wrote:
> On Wed, Aug 12, 2015 at 03:12:21PM +0200, Pino Toscano wrote:
> > Add support for non-integer revisions of entries, comparing them as
> > integer when possible.
>
> Have you got an example of revisions?
The Simple Streams README says about that:
* version_name:
A 'version' of a product represents a release, build or collection of
that product. A key in the 'versions' dictionary should be sortable
by rules of a 'LANG=C sort()'. That allows the client to trivially
order versions to find the most recent. Ubuntu use...
2007 Jan 09
12
Asterisk build for Suse 10.1
Has anyone heard of a build or instructions for installing Asterisk on a
Suse 10.1 system?
Bob Rawlinson