Displaying 20 results from an estimated 20000 matches similar to: "[OT] Model Security"
2014 Aug 06
0
Samba 4 AD share: Access denied
Whoa there :)
Lol All I am pointing out is an experience. Its not so bad now as I know.
I am not sure about the reference to sernet as the binaries are free and sernet support is optional.
I just don't want the probs of any noob compile errors or battling with apparmor.
I mention sernet purely to say there are a lot of choices, depending on distro it can be sernet, backports or native.
2006 Jul 21
3
[Slightly OT] CSS with wildcard?
Sorry if this is a simple question, I''m a CSS noob.
I have a rails app that is displaying posts, I am having it generate
each post with its own div like "post_19", "post_20", etc.
I could make it so it puts another div around that div (i need the
individual post div''s for deletion with AJAX) but would rather not.
Is there some way to use CSS to do
2006 Apr 26
10
save new model with child model
Hi,
I am having a problem saving a new model that has an associated child
model. If a new ticket is being created and will have one comment to
go with it then I tried this in my action
@ticket = Ticket.new(params[:ticket])
@comment = Comment.new(params[:comment])
@ticket.comments << @comment
if @ticket.save
@notice = "Ticket added. Thanks for
2008 Nov 28
3
name space and before filter
is it possible to have a before filter apply to all controllers in a
name space, or do you have to do it separate for each individual
controller. for example, an admin name space with a require_admin
before filter.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this
2005 May 17
1
OT: Multi-Format Sound Conversion Utility (and NOT sox, etc)
Hello everyone,
In working with Asterisk on FPU starved hardware like the Soekris
Net4801, it has become clear that it would be very nice to have the
standard Allison sounds that are distributed with Asterisk in multiple
formats. With AstLinux taking 27mb, that leaves a lot of space on a
256mb CF card for sound files!
However, the last thing that I want to do is convert from one lossy
2009 Mar 16
2
Q: [OT] concatenating audio files
Hi,
this is a bit off-topic, but maybe you can help me: When extracting the autio
track of a concert on video DVD, I noticed that the *.VOB files each contained
only about 16 minutes of music, resulting in multiple files. I extracted to flac
for further processing, but now I wonder how to make one continuous sound stream
of those:
Can I simple concatenate the flac files to make on big file
2006 May 09
0
[semi-OT] Find position of floated elements
I am trying to find the actual _displayed_ position of a floated
element using Javascript. Does anyone know of a technique to do this?
I know that per the CSS2 spec, floated elements are removed from the
flow and thus don''t really have a position (AFAIK). However, I am
trying to find the position in which the item is actually displayed.
Prototype''s Position object only
2005 Dec 22
1
Really OT: terms of service and privacy statements
Hey everyone,
Aplogies asking such an off topic question on this list, as I have no one
else to really turn to.
I plan to release a website very soon to the public. I am just one-man shop,
and do not know much outside the realm of programming. I''ve taken care of
the "business" aspect of things, but know nothing of the legal necessities
of having a web business. Specifically,
2005 Nov 29
1
[OT] Sanitizing Characters In Pasted Text
Because Microsoft Word changes quotes to curly quotes, double dashes to
en-dashes, etc., copied / pasted text from Word into a textarea can contain
characters not rendered the same in all browsers. Put more bluntly, when
they paste from Word, it looks like cr@p on my Mac.
I¹ve seen this question asked before, but never seen the answer. Is there
any translation table between Word¹s special
2005 Dec 15
8
slightly OT - Ruby division
Hey all,
In my code, it seems that when I divide two integers, the result is an
integer. Is there any way to make it such that when I divide two integers,
the result is a double?
Any help appreciated,
Jin
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails
2005 Nov 05
3
[OT] debugging rails apps with kodomo 3.5 beta for windows
Hi Group,
Has anyone experimented with Kodomo 3.5 Beta for Windows?
I''m totally new to the Kodomo IDE, but I''ve figured out how to debug my
Rails app locally. (I have followed the instructions in the User Guide to
determine how to debug Rails apps with Kodomo.) But, it is incredibly slow
for me. For example, it takes probably 20 to 30 seconds to go from one page
to another when
2005 Nov 25
4
Set default order for find(:all) in a model
Hi everyone
Is there a way that I can get the find(:all) method to return in a specified
order, without including the :order argument every time?
Guess I just don''t like typing...
Cheers
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails
2008 Oct 29
0
[OT] Flash player for call recordings - 8khz
Hello,
I'm trying to find simple MP3 player in flash, to integrate it with
call recordings.
My requirements would be:
* simple UI
* buffering (would be nice)
* slider
* volume control
* support of 8kHz stereo mp3
* javascript access to seek/position
* free for any use (GPL, MPL, MIT, BSD)
So far I've found that JWplayer[1] does great with my recordings.
However it's not small in
2014 Oct 29
0
OT: script to remove leading and trailing silence
Anybody care to share a script or snippet of what they use to remove
leading and trailing silence from customer recorded files?
I've fiddled with sox to remove the leading; reverse the file; remove the
now leading; and reverse the file again, but I'm not really happy with my
results.
--
Thanks in advance,
-------------------------------------------------------------------------
Steve
2007 Sep 01
4
OT: 4 dual cores agains 2 quad cores
Hi people,
Do you have pointers to web documents that help me make comparisons
between buying a server with two quad core 2.33 ghz or buying a 4 dual
core 2ghz server?
I am trying to answer a question of performance. It is not important
the redundancy/failover or the price of the server. Just the
performance.
obviously all the hardware specs are the same, the question is the CPU.
--
2006 Jun 23
5
OT: Debugging iBook --- help
This is way OT, but here goes...
I''ve had an iBook for 2 days now and am debugging a web built with
prototype/script aculo / windows / etc... I have no real experience on a
Mac.
Occasionally, there''s no better way to debug JavaScript than an alert in a
loop... Once I have the information information I want from the alert, the
loop may want to execute another 300 times. I
2007 Oct 12
2
missing attribute: reorder
I am trying to use an integer object as a flag item for displaying a
link on a page called reorder that is a column in my PlanProcedures
table.
I''m getting an error that says
The Header is NoMethodError in Manage_plan_procedures#list
missing attribute: reorder
Here is what my model looks like:
>> PlanProcedure.column_names
=> ["id", "plan_id",
2006 May 04
0
liquid positioning of draggabels
Hi,
is there a way to keep the positioning of draggables "liquid" after dragging
them.
See this link for an example:
http://www.suss.com/dragtest/index.htm
If you just open the page and increase/decrease the size (e.g. STRG+ mouse
wheeling)
both boxes keep their relative position. But as soon as you drag the red
box, it''s position
is fixed and only the size of the box changes
2005 Jun 14
7
OT: US city proximity search
Does anyone know where I might be able to download/purchase a database of US
cities and their longitude/latitude coordinates? I''d like to provide a
search option on a website that allows users to search by city but include
cities in the surrounding area.
Thanks,
Carl Youngblood
_______________________________________________
Rails mailing list
2017 May 11
0
CentOS 6 / Intel CPU support
> Am 11.05.2017 um 14:48 schrieb Leon Fauster <leonfauster at googlemail.com>:
>
> https://access.redhat.com/support/policy/intel
>
> shows mainly Xeon CPUs. What about
>
> Intel Core i7-6700 Quad-Core Skylake
>
> has the current EL6 variant support for it?
>
> Any experience? Feedback would be greatly appreciated.
I found this