Displaying 4 results from an estimated 4 matches for "_25".
Did you mean:
25
2012 Jun 09
7
ActiveRecord::AssociationTypeMismatch in UsersController#update
...=>
:unprocessable_entity }
end
end
end
user.rb
class User < ActiveRecord::Base
belongs_to :team
attr_accessible :team
team.rb
class Team < ActiveRecord::Base
has_many :users
has_many :schedules
attr_accessible :name
end
user/_form.html.erb
<div class="_25">
<p>
<%= f.label :team %>
<%= select("user", "team", Team.all.collect { |p| [p.name,
p.id] }, {:include_blank => ''None''}) %>
</p>
</div>
--
Posted via http://www.ruby-forum....
2014 Aug 18
1
Huge difference between the lucene index size created by v2.1 and v2.2
...- 2 2500 2500 12435456 Jul 30 09:46 new
drwx------ 2 2500 2500 4096 Aug 2 13:02 tmp
The command used was:
doveadm -v index -u admin Archive
After search indexing on v2.1 resulted in:
root at server:/home/admin/mails# ls -lh lucene-indexes
total 390M
-rw------- 1 2500 2500 390M Aug 18 07:03 _25.cfs
-rw------- 1 2500 2500 20 Aug 18 07:03 segments.gen
-rw------- 1 2500 2500 46 Aug 18 07:03 segments_4d
Whereas dovecot v2.2 resulted in:
root at server:/home/admin/mails# ls -lh lucene-indexes
total 1.5G
-rw------- 1 2500 2500 1.5G Aug 18 06:41 _5g.cfs
-rw------- 1 2500 2500 20 Aug 18 0...
2022 May 10
5
Dovecot v2.3.19 released
...Panic: file ioloop.c: line 865 (io_loop_destroy): assertion failed:
(ioloop == current_ioloop).
- doveadm sync: BROKENCHAR was wrongly changed to '_' character when
migrating mailboxes. This was set by default to %, so any mailbox
names containing % characters were modified to "_25".
- imapc: Copying or moving mails with doveadm to an imapc mailbox could
have produced "Error: Syncing mailbox '[...]' failed" Errors. The
operation itself succeeded but attempting to sync the destination
mailbox failed.
- imapc: Prevent index log synchronization error...
2022 May 10
5
Dovecot v2.3.19 released
...Panic: file ioloop.c: line 865 (io_loop_destroy): assertion failed:
(ioloop == current_ioloop).
- doveadm sync: BROKENCHAR was wrongly changed to '_' character when
migrating mailboxes. This was set by default to %, so any mailbox
names containing % characters were modified to "_25".
- imapc: Copying or moving mails with doveadm to an imapc mailbox could
have produced "Error: Syncing mailbox '[...]' failed" Errors. The
operation itself succeeded but attempting to sync the destination
mailbox failed.
- imapc: Prevent index log synchronization error...