Displaying 20 results from an estimated 10000 matches similar to: "Upgrading form 1.1.0 -> 1.1.1 breake my app :-("
2006 Feb 21
6
Select articles from group with id ''1'' and id ''2''
I have to tables: "articles" and "groups". Between I have
article_groups as a jointable. Now I want to select every article who
is a member of group with id ''1'' and id ''2''. Whats best way to get
that?
Extract from schemas:
CREATE TABLE articles (
id int auto_increment,
ingress text NOT NULL,
story_text longtext,
constraint fk_items_users
2006 Apr 09
1
PageSweeper not working since upgrading to 1.1.1
Hi, I upgraded from 1.0 to 1.1.1, now my cache sweepers acts up.
They worked perfectly before he upgrade, now I get strange errors.
I have an empty controller, it looks like this:
class PageElementsController < ApplicationController
cache_sweeper :element_sweeper
def element_container_show
render :inline=>""
end
end
The sweeper looks like this:
class
2005 Oct 15
1
Partials and controllers
Newbie question:
From a _form.rhtml file I have:
<%= render(:partial => ''item'', :collection => @items) %>
In _item.rhtml I have:
<% @tullt = h(item.body) %>
<%= @itemdb = Group.find(:all,
:conditions => "id = ''#{@tullt}''").map {|u| [u.name] }
%>
<%= @tullt %
I think it would be better to
2006 Apr 08
5
rails.el on Ubuntu
Anybody who have a working .emacs (++) for Ubuntu (or Debian) with the
newest emacs-rails (v.0.3). I have especially trouble with getting
HTML Mode Snippets to work.
- Henrik
2006 Jan 28
6
Check if user is in right group
What is the best way of checking this?
I have 3 tables:
groups
users
group_members
class GroupMember < ActiveRecord::Base
belongs_to :group
belongs_to :user
validates_uniqueness_of :user_id, :scope => "group_id"
Then I want a method here that checks if a given user is a member of a
given group. What is the right way of doing that?
def
2006 May 23
7
back-porting 1.1.1 app to 1.0 rails server
I''ve been developing new application on local machine in rails 1.1.1.
Hosting provider (godaddy) is at rails 1.0.0 and not upgrading any time
soon I''m told. I set "RAILS_GEM_VERSION = ''1.0.0''" in my environment.rb
file to get past inital errors, but now I''m getting the following error:
2006 Mar 31
3
Updating to 1.1.0 crashes webrick on existing apps
Hi all,
I''m (well was) running rails on debian. After the update to rails 1.1.0 newly
created aps run great. But trying to start webrick for an old one makes me
cry (see below).
Any docs on how to ''migrate'' existing apps to the up and up?
Thanx n Grtz
Gerard.
=> Booting WEBrick...
2005 Jun 28
2
libvorbis and vorbis-tools 1.1.1 release.
I'm pleased to announce the release of libvorbis and vorbis-tools 1.1.1.
These releases include some bug and documentation fixes, but no new
encoder modes. However, oggenc from this release now properly supports
the new CBR engine introduced in libvorbis 1.1.0 but the 1.1.1 release
of both libraries is required for things to work properly. Not that
there was never a 1.1.0 release of
2005 Jun 28
2
libvorbis and vorbis-tools 1.1.1 release.
I'm pleased to announce the release of libvorbis and vorbis-tools 1.1.1.
These releases include some bug and documentation fixes, but no new
encoder modes. However, oggenc from this release now properly supports
the new CBR engine introduced in libvorbis 1.1.0 but the 1.1.1 release
of both libraries is required for things to work properly. Not that
there was never a 1.1.0 release of
2005 Dec 16
0
Error in Depot App after Upgrading to 1.0
Hi @all,
i''ve upgraded rails to 1.0 and my depot-app (from Agile Web book). It causes
an error, when i try to call the admin/ship method. All other methods works
as expected.
Calling the url in webrick:
127.0.0.1 - - [16/Dec/2005:17:35:58 CET] "GET /admin/ship HTTP/1.1" 500 0
http://localhost:3000/admin -> /admin/ship
i get the following error and a blank page in the
2005 Dec 17
0
Re: ActionViewError in Depot App after Upgrading to 1.0
any ideas someone?
2005/12/16, Torsten Schmidt <torstello-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:
>
> Hi @all,
>
> i''ve upgraded rails to 1.0 and my depot-app (from Agile Web book). It
> causes an error, when i try to call the admin/ship method. All other methods
> works as expected.
>
> Calling the url in webrick:
>
> 127.0.0.1 - -
2006 Feb 21
0
Rails edge breaks my app
I set my app on the Rails edge yesterday via rake freeze_edge and that broke
my app. If I take the ..\vendor\rails folder out and restart the server
(webrick), it works fine. I don''t get any errors. But if I re-add the
..\vendor\rails folder I get errors when accessing any views that have
pagination. Is this a known issue or problem? This is the error:
ActiveRecord::StatementInvalid in
2006 Apr 10
0
TaskThis undefined method `remembrall_expires'' for #<User:0x
This happens before each login attempt.
Please note that if I click on the refresh button of my browser I then
login succesfully.
Any hint?
--
fabio vitale
NoMethodError in AccountController#login
undefined method `remembrall_expires'' for #<User:0x351f238>
RAILS_ROOT: ./script/../config/..
Application Trace | Framework Trace | Full Trace
2013 Feb 04
0
Announce: PuppetDB 1.1.1 Available!
PuppetDB 1.1.1 is now available for download! This is a bug-fix
release of PuppetDB.
For details on the new features in PuppetDB 1.1.x, check out the blog
post at https://puppetlabs.com/blog/announcing-puppetdb-1-1-do-more-with-your-data/
=================
### Downloads ###
=================
Available in native package format at:
http://yum.puppetlabs.com and http://apt.puppetlabs.com
2006 Mar 28
8
1.1 broke my app
I upgraded to Rails 1.1 (ruby 1.8.2 and ruby 1.8.4 on RHEL 4 using
webrick or fastcgi) and all of a sudden I get this hitting a
controller:
wrong number of arguments (1 for 0)
RAILS_ROOT: script/../config/..
Application Trace | Framework Trace |
Full Trace
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.0/lib/action_controller/base.rb:379:in
2018 Sep 12
0
Fwd: OpenSSL version 1.1.1 published - needed for TLS 1.3
If anyone here is thinking about supporting TLS 1.3, every indication is
that you will need openSSL 1.1.1.
Fedora 29 pre-beta is still one 1.1.1-pre9, I hope to see 1.1.1 release
soonish.? Hopefully Redhat will be backporting support in RHEL7 so we
will have it in C7.? Part of the challenge is that there is an API
change from 1.1.0 to 1.1.1.? Got to love it...
Further complication is no FIPS
2009 Oct 01
0
libtheora 1.1.1 release
All,
I've made a follow up release in the 1.1.x series. This fixes some
issues reported with last week's 1.1.0 release, and is mostly of
interest to those building under MSVC.
Changes:
* Fix an error in the MSVC inline assembly, the "pink blocks" problem.
* Don't use the ebx register in the MSVC asm because it's used by the
compiler in some optimization modes.
*
2009 Oct 01
0
libtheora 1.1.1 release
All,
I've made a follow up release in the 1.1.x series. This fixes some
issues reported with last week's 1.1.0 release, and is mostly of
interest to those building under MSVC.
Changes:
* Fix an error in the MSVC inline assembly, the "pink blocks" problem.
* Don't use the ebx register in the MSVC asm because it's used by the
compiler in some optimization modes.
*
2005 Jan 26
1
in progress: Installer Package for Mac OS X (for 1.1.1 binaries)
--- Brian Willoughby <brianw@sounds.wa.com> wrote:
> Hello,
>
> I noticed that there is no convenient installer package for Mac OS X.
> The
> various GUI programs that use FLAC seem to only have flac 1.1.0, so
> there is no
> simple way for a non-developer to install flac 1.1.1, other than
> manually
> placing the various files where they belong.
>
>
2006 Nov 16
1
curl-7.16.0 breaks compilation of vorbis-tools-1.1.1
Hello,
curl-7.16.0 breaks compilation of vorbis-tools-1.1.1 - please
see http://curl.haxx.se/mail/archive-2006-11/0046.html for details.
According to Daniel Stenberg, CURLOPT_MUTE is deprecated.
Could you please update vorbis-tools code so it won't use
deprecated features of 'curl' ?
Should I file a bug report regarding this issue ?
Thanks,
Sergei.
Applications From Scratch: