Displaying 11 results from an estimated 11 matches for "asciicast".
Did you mean:
asciicasts
2010 Dec 20
2
The Rails3 way for in-place editing
...://rubydoc.info/gems/on_the_spot/0.0.6/frames,
http://www.dixis.com/?p=408)
https://code.google.com/p/jquery-in-place-editor/
(http://www.appelsiini.net/projects/jeditable)
Rails 3 Remote Links and Forms: A Definitive Guide:
http://www.alfajango.com/blog/rails-3-remote-links-and-forms/
http://asciicasts.com/episodes/43-ajax-with-rjs (and the same with JQuery:
http://asciicasts.com/episodes/136-jquery)
http://asciicasts.com/episodes/205-unobtrusive-javascript
Edit-in-place with Rails 3 and Prototype: http://www.betaful.com/?p=502
Creating a 100% ajax CRUD using rails 3 and unobtrusive javascrip...
2010 Jun 04
4
Mac OS/X and Rails 3 ?
Hello List,
Label me a newb, but how do you install Rails 3 on your Mac?
Google sent me to these URLs:
http://weblog.rubyonrails.org/2010/2/5/rails-3-0-beta-release/
http://guides.rails.info/3_0_release_notes.html
http://asciicasts.com/episodes/200-rails-3-beta-and-rvm
From early Feb 2010 I see this short recipe:
gem install tzinfo builder memcache-client rack rack-test rack-mount
erubis mail text-format thor bundler i18n
gem install rails --pre
On April 1 2010 we have this from DHH:
gem install rails --prerelease after...
2011 Mar 07
4
Railscasts down?
I have not been able to get railscasts.com recently, surely it has not
been taken down also, along with the wiki.
Colin
--
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 to
2011 Apr 05
2
"Lazy" image resizing?
I''m looking at Dragonfly, which seems to offer what I''m looking for in
this area: the ability to upload an image, then later request that
image at a different geometry, and either get a cached copy of that
resized image, or create and cache that image.
Can anyone point me to alternatives? Is this something that can be
added to Paperclip? I''ve only ever used
2012 Sep 21
9
Using PostgreSQL with RoR on windows. Help!
So I just got involved in a huge team project with RoR and PostgreSQL.
But I can''t find anywhere on the internet to find a proper way to put
them together. I did find one but it is for iOS :-/
http://railscasts.com/episodes/342-migrating-to-postgresql?view=asciicast
I have them both installed and the gem package for postgres also. the
database.yml is already configured. I just don''t know where to go from
here. any help would be great thanks.
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to t...
2009 Feb 11
1
Ruby on Rails: Talk | Google Groups
This is more an architectural question....
I am looking to create a domain that sells widgets (as an example)
widgets.com
Now I have three sales reps, that each sell different kinds of
widgets, and do not need to know about each other.
larry.widget.com
moe.widget.com
curley.widget.com
I don''t want to repeat myself (of course!) with the shopping cart
logic or the transactional
2009 Aug 17
1
ajax with will_paginate
Hello All
i am calling users/list.html.erb using
<%= link_to_remote("MEMBER LIST",:update => "mcont", :url =>
{:controller => :users, :action => :list }) %>
after that i want to do paging in list file but i doesn''t want to
refresh page so that i want to do ajax + will_paginate.
if any idea about it.......
--
Posted via
2010 Jun 17
1
SQLite - show html from entry
Hi,
I have an entry in my database that has line breaks.
I want those line breaks to actually appear as line breaks when the
entry is displayed.
So, I did something like:
<%= string_var.sub("\n","<br>":) %>
It partially works. It actually replaces the < with < and the >
symbol with >.
Is there a work around this?
Thank you,
Eric
--
You
2013 May 13
0
Middleware example from Railscast #151 doesn't work as expected. Need help.
My middleware class "ResponseTimer" doesn''t intercept a request. I don''t
know why (the example is from here
http://railscasts.com/episodes/151-rack-middleware?view=asciicast; I
changed my one a little for Rails 3.2.13 version, the original is for
Rails
2.x).
So I did as follows:
## in \lib\response_timer.rb
## this is the class of my custom middleware:
class ResponseTimer
def initialize(app)
@app = app
end
def call(env)
[200, {"Content-Type"...
2010 Nov 18
7
Rails 3 ActiveRecord queries - I'm missing something very BIG
Hi,
I know I am missing something very big regarding the changes with
respect to activerecord in Rails 3.
I can''t find the explanation. And I''m sure someone will kick my ass for
not
finding the right piece of info in the docs and guides. Please do.
I have a working piece of code but I don''t like it.
So. Very basic association:
class Project < ActiveRecord::Base
2011 Jun 10
0
Rails 3.1 RC4 with jruby-1.6.2 and stream-renderer missing constant Fiber
I just followed the railscast http://asciicasts.com/episodes/266-http-streaming
to have streaming. calling the http://localhost:3000/users ends up
with following error:
[INFO] NameError (uninitialized constant
ActionView::StreamingTemplateRenderer::Fiber):
[INFO] /home/kristian/projects/sandbox/rails3.1/rails3.1-test5/
target/rubygems/gems/a...