search for: wycat

Displaying 20 results from an estimated 33 matches for "wycat".

Did you mean: wycats
2006 Feb 06
10
Urgently Need Solution
I''m using scriptaculous'' SlideUp and SlideDown effects to animate a menu. Specifically, I SlideUp, make some CSS changes, and SlideDown. All works well, except that for a split second in between, the element''s display becomes ''none'' and the other menu item jump into the space. I haven''t been able to find any way to force an element to retain
2007 Nov 17
7
Down with Lambda!!
Rspec is all about using natural language to define behavior. In this context, I feel that lambda is sorely out of place. I was chatting on #irc and a pal of mine (wycats) proposed an interesting alternative: alias_method :doing, :lambda so instead of something like lambda {post :create, {:title => nil}}.should raise_error(ActiveRecord::RecordInvalid) we get doing {post :create, {:title => nil}}.should raise_error(ActiveRecord::RecordInvalid) Now it rea...
2008 Mar 13
1
Merb Projects and Autotest
Hi! I''m rather new to Merb, but I thought I''d give it a shot. I found that autotest wasn''t running my specs when my models were changing. Maybe this is because of how I have set up Merb, but in the even that it''s not just me, I''ve adapted Autotest''s mappings for Rails and have attached my efforts to this email. Unfortunately, you need to
2006 Aug 07
2
Administrative Console Update
...e revision sometime tonight, and you''ll be able to get it at http://trac.visualjquery.com/admin_console I will also be doing a screencast of the Admin Console in the next couple of days. Also, if anyone''s interested in helping with the development, please contact me offlist at wycats :AT: gmail :DOT: com -- Yehuda Katz -- Posted via http://www.ruby-forum.com/.
2006 Jul 17
3
Plugins and Engines
I''m trying to work out how to use the functionality from a plugin in an engine. It sounds weird, but it''s actually not so strange. I assume I can''t just add a vendor directory to an Engine, so some strategy for getting the plugin in the lib folder is probably necessary (and then requiring the plugin, perhaps?). -- Yehuda Katz -- Posted via
2009 Oct 31
3
1.9 Compat and merging mail gem into ActionMailer
Hi all of both RoR Core and TMail. You may know me better as the maintainer of TMail. However, TMail has been a bit difficult to get working with Ruby 1.9, so in the light of that, I sat down over the past few months and wrote myself an all encompasing mail gem. Mail passes all of its hundreds of specs equally well in Ruby 1.8.6, 1.8.7 and 1.9.1. Mail reads every email in the TMail test suite
2010 Feb 04
3
Rails Edge: gem bundle error
Hi. Having installed Ruby 1.9 from source, I decided to have a look at Rails3 aka Rails edge from git. Therefore, I followed wycats instructions (http://weblog.rubyonrails.org/2010/1/1/getting-a-new-app- running-on-edge), but keep getting an error related to Bundler: $ sudo gem bundle --backtrace ERROR: While executing gem ... (NoMethodError) undefined method `path'' for #<Bundler::Dsl:0x9583f20> /opt/src/...
2006 Jul 26
4
yhtml plugin
I have released a yhtml plugin, which is available at http://http://svn.visualjquery.com/admin_console/trunk/admin_console/vendor/plugins/yhtml You can also get my other plugins, specificlly: the pre-alpha administrative console (AJAX-based scaffolding engine), acts_as_automatic, which allows you to define associations in a single yaml file, and not need to define has_many, has_one,
2006 Feb 24
8
possible Slide and Blind IE bug
Hi, I''m new to this list, new to script.aculo.us but pretty comfortable with javascript. I''m trying to get a combination of Effect.SlideUp and Down and Effect.BlindUp and Down to well... it''s hard to describe, maybe have a visit here (try in firefox first): http://bruno.biosci.arizona.edu/occa/test.html Click on "next month" a couple times, then click on
2006 Jul 22
2
radrails 0.7 - can''t download / no access to mailing list?
Hi, Just wondering if anyone knows anything about what seems to be an issue trying to download version 0.7 of radrails from http://radrails.org/. I get an error, plus I can''t see a contact me email list to get back to the guys + the email lists link is broken. Error Could not read file. Go back. /home/ftp/pub/sourceforge//r/ra/radrails/radrails-0.7-win32.zip Jul 22, 2006 15:21
2010 Dec 21
1
Bundler behind a proxy
Can anyone help with this question? https://github.com/wycats/bundler/issues/issue/203/ thanks -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email...
2011 May 25
0
Early tix to GothamJS available
..., here is your chance. Grab some tickets before the general sale starts! The speakers list is shaping up with six speakers announced. Robert Nyman - @robertnyman Anton Kovalyov - @valueof Kyle Simpson - @getify Rebecca Murphey - @rmurphey Seb Lee-Delisle - @seb_ly Yehuda Katz - @wycats If you want to wait until the release of the full schedule, don''t worry, we should be ready to publish the full schedule including all of the talk information very soon. If you want to keep up with us, just follow our announcements on twitter http://www.twitter.com/gothamjs for more det...
2012 Mar 27
0
Offline apps and Asset pipeline Problem in rails3.2
...s''`, but this does not detect file modification. How to write configure of rack-offline? Would you give me help and recommend any example or article? Or alternative solution exists? This is my incomplete note: https://gist.github.com/2200162 Below is my textbooks: - https://github.com/wycats/rack-offline - http://railscasts.com/episodes/247-offline-apps-part-1 - http://railscasts.com/episodes/248-offline-apps-part-2 Thanks, Kenichi Murahashi -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on...
2013 Apr 22
0
Using rack-offline with the asset pipeline (images not cached)
Hi, I''ve been trying to incorporate https://github.com/wycats/rack-offline into my app. I followed the example in the readme that shows how to cache application.css and application.js files and that works. When I go to my browser in production mode, though, and turn off my network connection, then reload the app, the app is reloaded successfully, except for...
2006 Jul 19
1
Admin Console
Hello again, I''m going to be releasing the administrative console (alpha) either tomorrow or Thursday. The reason I have not yet released it is that I''m in the process of migrating the entire system to AJAX, which has uncovered a few structural issues with the code that weren''t rearing their heads in the non-AJAXed version. I still need to make a few modifications,
2006 Aug 12
5
Administrative Console Screencast
The first administrative console screencast is now available at: http://screencasts.visualjquery.com/demo1/ I''ve posted a bunch about the Admin Console, but it''s essentially an automated scaffold that works as an engine. The screencast is a quick overview of the minor things you''ll need to do in models, environment.rb, and others, as well as ::drumroll:: a demo of
2006 Jul 17
6
DRY? Converting Boolean to Yes/No
I have a database column given as: t.column :change_address, :boolean The user interacts with this using a checkbox, but wants confirmations to read: Change address: Yes In an isolated case something like: @obj.change_address ? ''Yes'' : ''No'' Would work fine but this is peppered throughout scads of forms and boolean fields. The first step I took at DRYing
2010 Dec 12
1
PGError: ERROR: invalid byte sequence for encoding "UTF8": 0xa0
Hello, my app is reading emails with attachments and inserting the Email message into the database to be sent to delayed job for processing. When inserting an email with attachments into the database, I get the following error: PGError: ERROR: invalid byte sequence for encoding "UTF8": 0xa0 Has anyone seen this before? There doesn''t seem to be much rails related via
2010 Jan 19
5
Rubyzip gem installed but not recognised
Hi, I have installed rubyzip successfully(see output below) Successfully installed rubyzip-0.9.1 1 gem installed Installing ri documentation for rubyzip-0.9.1... Installing RDoc documentation for rubyzip-0.9.1... if I put config.gem ''rubyzip'' in environment.rb and then run rails it fails to load rubyzip .. see below george@geolaptop:~/Dropbox/git/paua$ ruby script/server =>
2006 Feb 08
6
Effect Help
I posted the following earlier: "I need a way to do a blind up that makes the element APPEAR and a blind down that makes the element DISAPPEAR. In essence, the opposite of the current blindup/blinddown. Thoughts?" I think somebody responded in Dutch. Anyone else have any ideas? -- Yehuda Katz Web Developer (ph) 718.877.1325 (fax) 718.686.4288