search for: recentrambl

Displaying 20 results from an estimated 79 matches for "recentrambl".

Did you mean: recentrambles
2006 May 17
1
rails will page cache all actions but one....why?
I have page caching turned on for all actions in my controller (pragmatic is it''s name). Rails will cache each actions except for one. I''ll list the three ways this action can be called. It is only cached one of the ways. Can somebody help? http://www.recentrambles.com/pragmatic/index - This will not cache httphttp://www.recentrambles.com/pragmatic This will not caches http://www.recentrambles.com/ This will cache All three point to the index action of my pragmatic controller. Here is my relevant routes map.connect ''/pragmatic'',...
2006 May 10
3
NumbersToWords
...y-three 123.to_japaneese == hyaku niju san 123.to_dollars == one hundred and twenty-three dollars money = 123.23 money.to_dollars == one hundred and twenty-three dollars and twenty-three cents money = 1.01 money.to_dollars == one dollar and one cent = Install script/plugin install http://svn.recentrambles.com/plugins/numbersToWords = License Ruby''s - Do whatever you want whenever you want, with any part or all of this code. = Contributions you can send patches, questions, or feature requests to anotherramble@recentrambles.com = Thank You Ruby Quiz and Matthew D Moss Charlie Bowman w...
2006 May 23
7
how to pull text from database and eval it?
I''m trying to add some executable code to my blog posts. How can I include this inside of a blog post and eval it? Charlie bowman http://www.recentrambles.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060523/a3536408/attachment.html
2006 Feb 26
3
how to format and syntax highlight code in html
...ead about using the ruby gem syntax but I can''t figure out how to implement it. I''ve also wondered if it could be used in my case. How does it work when you have a long line of code but the <div> your writing in is narrow? How would you fix this problem? charlie bowman recentrambles.com -- Posted via http://www.ruby-forum.com/.
2006 Apr 29
1
Caching foor starters
Hi there... I have some experience in building web applications but all of them have been intranet apps so I have never had to think about things like caching. Actually my experience with caching has more been in the area of removing it since it just gets in the way for a intranet app with 10-100 users. But now I am writing a site which might stand or fall by the quality of it''s
2006 May 29
4
Prompting user to enter value to feed Find
Hi, While viewing part of a long list of records, the user may want to do a Find of a specific record (for example, find_by_name). The found record is then displayed using the list view. I''ve searched the wiki and couldn''t find a sample or information that will help directly in implementing this function. Any pointers? Thanks! gk -- Posted via http://www.ruby-forum.com/.
2006 May 26
11
Weird Caching Issue
Hey all, Here''s the issue... I''m not entirely sure it''s even a Cache-related issue, but here it goes: I''ve deployed a Rails app onto a subdomain of my clients site... The server is running Apache2, and I''m proxying through to Lighttpd. The issue I''m having is that I''m able to add content to the site (data exists in the db), but
2006 Feb 28
5
List and update installed gems?
Hi, could someone tell me how to list and update the currently installed gems on my rails installation? Thanks in advance, -Conrad
2006 May 03
1
sessions, cached pages, and the tmp folder
...#39;ve been running edge rails for a while but I can''t seem to get my sessions and to be written to the rails_root/tmp folder. My sessions keep getting wrote to the servers /tmp directory. What do I need to do to get rails to use the new tmp folder? Thanks in advance Charlie Bowman www.recentrambles.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060503/92ee99b4/attachment.html
2006 May 22
2
finding out the remote users username ENV[REMOTE_USER] ?
...om the remote user name. I have htaccess set up for the rails directory but I can''t seem to get it to read the remote users name. is ENV[REMOTE_USER] the correct syntax? I searched but I can''t seem to find a definitive answer. Thank you for any help! Charlie Bowman http://www.recentrambles.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060522/67fbd154/attachment.html
2006 May 31
0
acts_as_blog
...y filters you need to use. It will return the valid html from your raw text. Just remember, to use one of the markup styles, they need to be installed gem install RedCloth gem install BlueCloth gem install RubyPants author: Charlie Bowman summary: Simple Markup for you Blog. homepage: http://www.recentrambles.com.com plugin: http://svn.recentrambles.com/plugins/acts_as_blog license: MIT **** TODO *** I am looking to add the ability to surround text with <view></view> and having that code rendered as a template. I haven''t found a way to do this in a plugin yet, If you know how a...
2006 Apr 26
1
script/plugins doesn''t discover my repository
I created a plugin, and listed it on the wiki with my svn link but ruby script/plugin discover doesn''t find my repository. The only way I can get it to install is to list the full path after install. ruby script/plugin install http://svn.recentrambles.com/broomstick What do I have to do to get the plugin tool to find my plugin? Charlie Bowman www.recentrambles.com
2006 Mar 08
2
(no subject)
Can anyone point me in the direction of a good tutorial on visual effects in rails? I''ve searched and I''ve asked but I can''t seem to find any good documentation on ajax visual effects, combining of effects, or queued effects. Charlie Bowman http://www.recentrambles.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060308/a7840808/attachment.html
2006 Mar 29
2
vim syntax highlighting of rjs templates
Are there config files for vim that offer syntax highlighting of rjs templates? Charlie Bowman http://www.recentrambles.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060329/486c9d84/attachment.html
2006 Feb 22
2
loggin of sql statements
Is there a way to have rails log the sql statement that it runs. It would be much easier for me to debug my code if I could actually see the sql that active record is using. Charlie recentrambles.com -> use Time not DateTime -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060222/99c8b435/attachment.html
2006 Apr 28
3
Rails wizard page support
Hello, does anyone know if there is a "best practice" how to implement wizard pages in RoR? I want to have multiple pages for entity editing and creation. Is there any rails plugin available? I think it would be nice to have a howto in the rails wiki or to have built-in wizard support in RoR. What do you think? Any suggestions how to implement this elegant? -- Oliver Paulus OpenPGP
2006 Jun 01
6
real time search results
I am new to ruby and rails and am unsure how to accomplish the following: I''d like to have a page where the user enters a value in a form field and have results stream into a results div on the page. Additionally, I want to: - Not limit the result set - Allow user to get immediate feedback on what they have entered - Allow user to change field contents as results are appearing - Have
2006 Mar 24
3
Changing sidebar in layout per controller
I am currently using 2 layouts in my site. One is for the admin area. I am trying to get content in my sidebar to change depending upon the current controller. Example: Within admin I have a users controller and a articles controller. When in the users view I want the sidebar to display options (like add user delete user etc). What is the best actionview way to do this. I don''t
2006 Mar 22
6
Relatively easy HTML/XML parsing utilities?
Anyone know of any Ruby modules which can be used to parse an HTML page ? Thanks, Wes -- Posted via http://www.ruby-forum.com/.
2006 Apr 04
3
Keeping javascript in the <head>
Given that Rails has built in ways to do almost everything else :) , is there a way to keep view specific javascripts inside the head tag of a layout without having to include that javascript on every page? -- Marlon -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060404/65e9bb6d/attachment.html