Displaying 20 results from an estimated 40000 matches similar to: "Saving Objects without Saving Objects"
2007 Dec 14
3
Preview Message Before Saving?
Hi all,
I''m sure this is really simple, but I can''t seem to figure it out. I
want to let users preview their messages before submitting. Something in
the form of:
def new
  @post = Post.new
end
def preview
  #preview message text here
  #@post = Post.new(params[:post]) <--?
end
def create
  #save message on user''s confirmation
  ...
  @post.save
end
Have any
2015 Jun 16
1
vfs_fruit kernel panic 10.9.5 when saving from adobe illustrator cc
Am 15.06.2015 um 18:53 schrieb Ralph B?hme:
> On Mon, Jun 15, 2015 at 12:57:52PM +0200, Sascha Kasch wrote:
>> dear list,
>>
>> thanks for the great fruit speed-improvements. but...
>>
>> server config:
>> debian 8 jessie
>> sernet samba 4.2.2 packages
>>
>> here we see a problem that might not only be fruits problem but
>> results in
2005 Aug 19
3
Cisco 7960 Line rollover for secretary's phone.
Hi folks.  I attempting to set up a Cisco 7960 (SIP) so that if the user is on 
a call, other incoming calls will ring through to her phone and can be 
answered.  So far I have only been able to get this working by using the 
call-waiting function, which is cumbersome and does not properly allow the 
first call to be retreived.  Is there a better way to do this?
Thanks in advance.
John Mensel
2007 Feb 07
1
Running KoolMoves
Hello again,
I'm able to run KoolMoves 6.0 (KM) under Wine but it's missing some
functionality.  KM is a Flash authoring tool and the missing functionality
is mostly the ability to use the internal preview functions.  Internal
preview requires a browser and a flash plug-in, both of which I have.  I
also tried KM under CrossOver Office and it works 100%, so I'm hoping I
can tweak
2004 Mar 17
2
access 2003 clients can't print to samba 3 server ( access 2000 can)
> >Has anyone else heard of or had any issues printing with Access 2003
to
> >samba servers?  Other office 2003 products print fine, and Access
2000
> >worked, but Access 2003 will not print to a samba server here.  In
order
> >to get access 2003 to print, I have to change default printer to
> >something on a windows server, and then it works?
> >
> That
2007 Jun 12
1
alias_method_chain and Class methods (a Ruby question)
Hello list,
I am trying to override the post_form method of Net::HTTP so that it  
does something before actually doing the post. I tried the following  
in environments/development.rb
   module Net
     class HTTP
     alias_method_chain :post_form, :intercept
     def post_form_with_intercept(url, params)
       # Do something before post
       logger.info(''About to post at
2006 May 16
2
liquid: passing objects
I''ve got Liquid installed and maybe since I''m not coming in with Django 
experience, I''m completely mystified by how to pass anything worthwhile 
to a template.
In my controller:
    def preview
      @customer = Customer.find(1)
      @letter = Letter.find(1)
      @liquid_body = Liquid::Template.parse(@letter.body)
      @x =
2006 Mar 19
1
Sending post request with post_form
Basically I have a controller with this:
@lang = params[''lang''] || ''en''
@errors = request.raw_post
@feed_stats = 
Net::HTTP.post_form(URI.parse("http://www.google.com/tbproxy/spell?lang=" 
+ @lang), @errors)
render :text => @feed_stats
However whenever I run this I get an error message:
undefined method `post_form'' for Net::HTTP:Class
2009 Sep 24
4
Action Controller ::MethodNotAllowed
Hi,
Iam getting the following error
ActionController::MethodNotAllowed
Only get, put and delete requests are allowed.
Actually, Iam trying to have multiple actions for a  form to create
new record. The actions for the form are cancel, save, publish and
preview.
here''s the config/routes.rb file code snippet for the relevant
controller - Events
map.resources :events, :member =>
2006 Mar 28
3
AJAX/CSS issue (more UI focused)
All,
This isn''t strictly a problem or issue with RoR but I wondered if 
someone might have some insight.
I have a DIV on a page which I am using to "preview" the contents of a 
URL provided by the user.  Basically, when the user clicks on a link, I 
do an AJAX call to an action which uses Net::HTTP to request the URL in 
question and then update the DIVs innerHTML attribute
2015 Jun 15
2
vfs_fruit kernel panic 10.9.5 when saving from adobe illustrator cc
dear list,
thanks for the great fruit speed-improvements. but...
server config:
debian 8 jessie
sernet samba 4.2.2 packages
here we see a problem that might not only be fruits problem but
results in macosx 10.9.5 crashing with a kernel panic when saving from 
adobe illustrator cc or cc 2014:
(does not happen when saving from photoshop cc or cc2014)
       Kernel Extensions in backtrace:
2004 Feb 26
3
saving plots as objects?
Hi I had two questions regarding plots:
* Is there are way to save a plot in the form of an object such that it
could be displayed/modified later?
* I've been using Minitab for some work and I found the burshing
capability very handy (it allows me to choose a point on the graph and
displays the data associated with it - x,y and other user associated
data).
I know that this feature is
2006 Jul 08
2
Creating/Saving dependent objects
Folks,
Am new to RoR and am building an example to get myself familiar. I am
running into a simple issue while creating a user registration page.
I have a User and Address models defined as below (partial/relevant code
included below). User has_one address and Address belongs_to user. I have a
foreign key defined in address table that refers to user(id)
In a form I take in username, password,
2006 Oct 05
2
0.36 release problem?
I tried sending this a day or two ago but I didn''t see it appear.
I''ve just tried the wxRuby 0.36 release but appear to get the following error (I got it from bigdemo.rb too).
C:\opt\ruby\lib\ruby\gems\1.8\gems\wxruby2-preview-0.0.36-i386-mswin32\samples\minimal>minimal
Our Initialize was called
Their Initialize returned 1
2012 Jan 31
1
ignorant question about Roxy- mode in ESS
I am slowly getting up to speed/being dragged into using Roxygen in a
project. I'm wondering if there's a way to emulate the behaviour of C-c
C-p (Rd-preview-help) in Rd-mode (create a preview in a new Emacs buffer
in "R Help Preview" mode), but from an Roxygen chunk.  In Roxy-mode
there is C-c C-e C-t (ess-proxy-preview-HTML), which works to preview
the documentation derived
2005 May 19
3
Rsync 2.6.5pre2 released
I have released rsync version 2.6.5pre2 -- the second (and hopefully final)
pre-release for 2.6.5. The 2.6.5 release is primarily a bug-fix release to
squash some annoying bugs that made it into 2.6.4, though a few minor
enhancements did make it in as well.
To see all the changes since 2.6.4, go here:
    http://rsync.samba.org/ftp/rsync/preview/rsync-2.6.5pre1-NEWS
To read the pre-release man
2005 May 19
3
Rsync 2.6.5pre2 released
I have released rsync version 2.6.5pre2 -- the second (and hopefully final)
pre-release for 2.6.5. The 2.6.5 release is primarily a bug-fix release to
squash some annoying bugs that made it into 2.6.4, though a few minor
enhancements did make it in as well.
To see all the changes since 2.6.4, go here:
    http://rsync.samba.org/ftp/rsync/preview/rsync-2.6.5pre1-NEWS
To read the pre-release man
2006 Oct 04
5
R Graphics: Saving PDF and other formats from Windows Graphic Device for LaTeX
Hello, I can't seem to save (or find the default location) when I use the Window
Graphic Device's pull down menu. It does not seem to save to the directory I
have set using "setwd(...)". How do I make the pull down menu's work?
What is the best format to save R graphics for inclusion into a LaTeX documents?
I will use PdfTex, or LaTeX -> PS -> PsToPdf to generate the
2016 Nov 03
2
libguestfs preview for RHEL 7.4
With the release of RHEL 7.3 happening today, fixing 88 reported bugs
in libguestfs and virt-v2v, and countless other ones, it's time to
look ahead to RHEL 7.4.
Again we intend to rebase libguestfs, virt-v2v and virt-p2v:
  https://bugzilla.redhat.com/show_bug.cgi?id=1359086
  1359086 NEW Rebase libguestfs in RHEL 7.4
To help with testing I have set up a preview repository here:
 
2006 Aug 24
1
link_to_remote parameters - help
I''m trying to show a preview of the comments, and I''m saving the 
comments through AJAX.  So, I thought that I should be able to mimic the 
"comments" action for the "comments_preview" action very easily.  So 
far, this isn''t the case.
I have a link_to_remote tag inside of the form tag, and I don''t know how 
to send the parameters that are