similar to: Rails and Turbowidgets

Displaying 20 results from an estimated 10000 matches similar to: "Rails and Turbowidgets"

2006 Apr 05
7
AdminPages Rails CMS is now an engine
Hi all, I just released the new version of my CMS AdminPages as a Rails engine. It uses the Dojo Toolkit for UI elements. Features: Manipulate pages and content with Drag n Drop, Pages in a sortable tree, easy to define new page elements, "Nice" URLs, Page Caching, Rich Text Editor, multiple columns per page, custom content types, Layout scaffolding BSD license
2006 May 22
0
[OT] ShrinkSafe with Prototype, etc.
Has anyone had experience using shrinksafe, the javascript compressor from the Dojo toolkit, to reduce the size of the default javascript libraries. I ran a test and was able to reduce the size by about 40%. Even though the javascripts are cached, the first impression counts and that''s why I''m so interested in cutting the script sizes. Has anyone actually done this in a
2006 Nov 24
5
Merge, Compact Ofuscate or Compress Javascript Lib ?
Hi !, A little question about JS Lib manipulation... - I found that DOJO toolkit gives a DOJO Compressor jar file to compress JavaScript http://dojotoolkit.org/docs/compressor_system.html - On the other hand there''s no docs in Prototype or Scriptaculous and prototype files are merged. Why ??? 1. Compacting file will reduce bandwidth but is it useful with a server that gzip .js ? 2.
2006 Jan 17
2
New RoR app: RTRails 0.1. Uses HTTP push and a window system
hi all, anybody care to see my new rails app? It is the second version of Realtime on Rails. Link: http://ccml01.medien.uni-weimar.de/ Two screenshots: http://www.uni-weimar.de/~scheffl2/amsterdam/screenshot_rtrails_1.jpg http://www.uni-weimar.de/~scheffl2/amsterdam/screenshot_rtrails_2.jpg Here''s the project description: A RoR app using Ajax HTTP streaming to update browsers from
2007 Dec 18
0
Google Gears with RoR
Has any one successfully used Google Gears with RoR to enable ''offline'' mode for their web application? Please share your thoughts/ experiences with using Google Gears or Dojo offline with RoR to move your application offline. I''d be interested in enabling offline mode (basically to download and store huge files locally) while I manipulate them. thanks! ponnada
2023 Dec 08
0
[centos/centos.org] branch main updated: Add post about Connect 2024, remove old posts
This is an automated email from the git hooks/post-receive script. shaunm pushed a commit to branch main in repository centos/centos.org. The following commit(s) were added to refs/heads/main by this push: new 22e55e6 Add post about Connect 2024, remove old posts 22e55e6 is described below commit 22e55e6b8d076aac3150d67243db046469503bbd Author: Shaun McCance <shaunm at redhat.com>
2006 Feb 13
1
another simple question: per_page in pagination
Hi, Why can''t I use a variable to specify the :per_page attribute when using the most basic form of pagination? (if I use a hardcode number, it runs) What did I do? Thx. My code: def list_orders page_size = 20 ... order_pages, @orders = paginate(:orders, :per_page => page_size) end My Errors: undefined method `>'' for false:FalseClass RAILS_ROOT:
2023 Mar 10
0
[PATCH net-next v3 0/3] vsock: add support for sockmap
On Tue, Feb 28, 2023 at 07:04:33PM +0000, Bobby Eshleman wrote: > Add support for sockmap to vsock. > > We're testing usage of vsock as a way to redirect guest-local UDS > requests to the host and this patch series greatly improves the > performance of such a setup. > > Compared to copying packets via userspace, this improves throughput by > 121% in basic testing.
2009 Feb 27
1
rake bombs on openssl (on Ubuntu)
RoR-ers, I''ve bumped into an issue with ruby and ssl. I''m trying to run a rake command which aborts because it cannot find openssl.rb. I followed these steps: - mkdir /rho; chown phor /rho - wget ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p72.tar.bz2 - tar jxf ruby-1.8.7-p72.tar.bz2 - cd ruby-1.8.7-p72 - vi ext/Setup and uncomment these lines: bigdecimal curses
2013 Nov 16
0
CentOS-announce Digest, Vol 105, Issue 9
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2013 Nov 15
0
CentOS Dojo in Austin, Texas on December 6th, 2013
We will be having a CentOS Dojo at the Rackspace facility in Austin, Texas on Friday, December 6th, 2013. What is a CentOS Dojo: http://wiki.centos.org/Events/Dojo What is the specific information for the Dojo in Austin: http://wiki.centos.org/Events/Dojo/Austin2013 How can I register for the Austin Dojo: http://centosdojoaustin2013.eventbrite.com/ Core CentOS team members Jim Perrin and
2019 May 20
0
[centos/centos.org] branch master updated: ornl video
This is an automated email from the git hooks/post-receive script. unknown user pushed a commit to branch master in repository centos/centos.org. The following commit(s) were added to refs/heads/master by this push: new c10f929 ornl video c10f929 is described below commit c10f92988b176fab93f5f37f0f37f39c654c180f Author: rbowen <rbowen at rcbowen.com> AuthorDate: Mon May 20 09:09:43
2013 Sep 24
0
New Orleans Dojo on September 30, 2013
We are having another CentOS Dojo, this time in New Orleans on September 30th, 2013. We would like to thank our Dojo sponsor, cPanel for helping have this event. If you are coming to New Orleans for the cPanel Conference 2013 and can make it to the Sheraton by 9:00am on the 30th then register and stop by the CentOS Dojo, which ends (at 5:30pm local time) just as the Second Line Parade for cPanel
2019 Apr 09
0
CentOS Dojo at DevConf.US: CFP and Registration open
TL;DR: CentOS Dojo on August 14th at Boston University. CFP and Registration now available at https://wiki.centos.org/Events/Dojo/DevConfUS2019 Hello, folks. We will once again be holding the CentOS Dojo at Boston University, on the day before DevConf.US 2019. The details of DevConf.US are at https://devconf.us/ and the details of the CentOS Dojo are at
2006 Nov 10
1
Rpad
I've just compiled and installed Rpad from the sources under *nix (freeBSD 6.1) and R 2.4.0, and followed the suggested procedure to setup an Rpad server step by step. Now when I try to execute whatever .Rpad example file the IE browser hangs endlessly with a "loading page" pop-up and the following errors show up at the end of the html page:
2013 Sep 04
1
CentOS Dojo and drinks, London on the 13th Sept, 2013
hi Guys, On the 13th Sept 2013, we will be hosting a CentOS Dojo in London, UK; hosted by ITV ( http://www.itv.com/ ) at their Waterloo offices. Details of the venue are on the wiki page at : http://wiki.centos.org/Events/Dojo/London2013 As with the other Dojo's things start off at 9:30am and we have : * Stefan Cocora talking about the Deploument pipeline at ITV * Justin Clift talking about
2017 Oct 31
0
Fwd: Call for presentations: CentOS Dojo, Brussels, February 2nd, before FOSDEM
If you will be at/near FOSDEM, please consider submitting a talk for the pre-FOSDEM Dojo. As documentation specialists, your voice is particularly desired a these events. Thanks! -------- Forwarded Message -------- Subject: Call for presentations: CentOS Dojo, Brussels, February 2nd, before FOSDEM Date: Tue, 31 Oct 2017 13:23:22 +0100 From: Rich Bowen <rbowen at redhat.com> To:
2017 Oct 31
0
Fwd: Call for presentations: CentOS Dojo, Brussels, February 2nd, before FOSDEM
If you use CentOS in your organization, we'd love to hear how you're making the world a better place. The Call for Papers for the pre-FOSDEM Dojo is now open, and we're especially looking for case studies of how you're using CentOS to do your job. Thanks! --Rich -------- Forwarded Message -------- Subject: Call for presentations: CentOS Dojo, Brussels, February 2nd, before
2014 Jun 02
0
CentOS Dojo at University of Cincinnati, Ohio, USA 4th June 2014
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Firstly, Register URL : http://www.eventbrite.co.uk/e/centos-dojo-cincinnati-oh-4-june-2014-university-of-cincinnati-tickets-11484677981 (its free to register and attend on the day, but you do need to register, and registrations close in ~ 40 hrs ) There is a great lineup for the Dojo at Cincinati, Ohio, USA including topics like OpenStack,
2023 Aug 01
0
[PATCH RFC net-next v5 10/14] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
On Tue, Aug 01, 2023 at 04:30:22AM +0000, Bobby Eshleman wrote: >On Thu, Jul 27, 2023 at 09:48:21AM +0200, Stefano Garzarella wrote: >> On Wed, Jul 26, 2023 at 02:38:08PM -0400, Michael S. Tsirkin wrote: >> > On Wed, Jul 19, 2023 at 12:50:14AM +0000, Bobby Eshleman wrote: >> > > This commit adds a feature bit for virtio vsock to support datagrams. >> > >