Displaying 20 results from an estimated 26 matches for "ebach".
Did you mean:
each
2005 Dec 29
5
Ruby-GetText-Package-1.1.0
...lease enhances many features for Ruby on Rails.
I hope this release make your Application support L10n.
And thanks for many helps!
Highlights
----------
* Added some functions which managed po/mo files easily.
* GetText.update_pofiles creates/updates pot/po files.
The idea is from Sascha Ebach.
* String% is extended to accept named argument.
"%{file} is selected." % {:file => "foo.rb"}
Proposed by Sascha Ebach and Kazuhiro NISHIYAMA.
* Enhanced Ruby on Rails support.
* ActiveRecord support. Inspired from Simon Santoro(rgtrans).
* the error messag...
2006 Feb 20
13
Agile Legacy Interop
I just wanted to announce my latest plugin: LegacyInterop
The 5 second video, minus the video, looks like this:
$ ./script/plugin install
svn://lirp.rubyforge.org/var/svn/lirp/trunk/legacy_interop
$ echo LegacyInterop.act_as_dotnet >> config/environment.rb
Done! Agile! Pragmatic!
The plugin includes support for a large number of legacy systems, all
using the "act_as" pattern.
2005 Mar 17
2
Using gettext to localize your rails app
...@locale, @charset)
GetText._(text)
end
bindtextdomain should only be called once on initialization and than
cached for every language. I want to select the language based on the
current request.
Is there anyone out there already using Gettext for localization? If
yes, how do you do it?
Sascha Ebach
PS: I know of the MLL project, but I want to be able to use gettext
tools to work with the language files (MLL uses YAML to store the
strings not the native PO/MO format). MLL extends the the Base classes
of ActionView for example, but I want to be able to translate everything
in the applicati...
2005 Aug 10
24
Multilingual Rails v0.5. Big update!
Multilingual Rails v0.5 is just released with lots of new features.
Here is the changelog:
v0.5: New charset conversion string-methods. Multilingual Rails
always use UTF-8 internally.
iconv_to(charset) # Return string as charset
iconv_from(charset) # Return string as UTF-8, converted
from charset
iconv_from!(charset) # Convert string from charset to UTF-8
2006 May 05
11
Rails Recipes or AWDWR 2 ?
Hi,
I bougth the Agile Web Development with rails First Edition and now want
buy rails recipes but what is the best decision buy rails recipes or the new
edition de Agile Web Development With Rails?
Jean Carlo Schechnner
www.idvirtual.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Jun 09
5
Mongrel - good enough?
I want to deploy RoR site''s (Intranet) for small offices/businesses that
will get light traffic (estimating at max about 40 hits per minute at
peak times). Lots of AJAX going on more than anything (update checks to
the DB - Postgresql). I''d rather not use Lighttd, Apache, etc. as I
want to have a streamlined install that is very easy for the end users.
The catch is I
2006 Jun 22
18
Ruby on Rails Live CD
I''m pleased to announce the initial release of the new Ruby on Rails
LiveCD Linux Distribution. http://www.railslivecd.org
The RailsLiveCD offers most of what an average Rails developer needs
right out of the box! That includes :
Ruby 1.8.4
Rails 1.1.2
Capistrano 1.1.0
Mongrel 0.3.13
Rake 0.7.1
Subversion
MySQL 4.1.12
MySQL Administrator
RadRails
KDevelop
Kate
and many many others!
2005 Mar 04
24
Rails speed?
Hi --
(First time posting to the list...)
I''m trying out Rails on my Mac (OS X Panther, 1.6 G5). It seems...
kinda slow? I''ve even run it with FastCGI and the response time is
still painfully slow.
Is this just me? Is mod_ruby any better than FastCGI? Or is it rails?
Thanks in advance!
-- joshua
2005 Nov 07
9
Using Gettext To Translate Your Rails Application
Hi,
Has anyone has any success using the gettext translation methods mentioned in
this wiki page?
http://manuals.rubyonrails.com/read/chapter/105
I got up to running the localize script at which point it protests about not
being able to find ''gettext/rgettext'' from the require line at the top of the
script:
script/localize:8:in `require'': no such file to load --
2005 Mar 06
10
A Nightmare on Rails Street: Windows Lives!
Just spent 40+ hours in two days deploying my app on Windows 2000. Not
all the time was Apache/MySql related, but a significant portion was.
What a nightmare that was. Unfortunately, the customer is dead-set on
"standardizing" by using Windows. So, as I sat there between a Linux
box and an AIX box working on this thing, I ran into problems, part of
which were:
CGI was slow (Dell
2006 Mar 30
13
need an Ruby on Rails IDE
Hello everybody,
I''m a new member on Ruby on Rails.
I''m friendly on using Microsoft Visual Studio (VS) IDE.
The VS IDE supports for Intellisense coding (that mean it will
automatically display a list of member variables or functions for a
class, struct, union, or namespace; the names and types of parameters
required by a function or attribute; and the complete declaration for
2005 Jul 04
1
Localization problems with leeding html escaped ÅÄÖ
Hi All.
When translating a string to in swedish, using HTML codes for å,ä,ö i
have a minor problem.
Eg: (se.yaml)
ui_core_over: Över
All I get when calling l(''ui_core_over'') in my view is "Ouml;ver"
The leeding & is missing, making the page look silly.
The HTML characters works fine as long as it''s not used as the first
letter in the string.
2005 Jul 08
2
Multiple language support
Hi
I am a newbie on Rails. I am trying to figure out how
to implement a multiple language site. How do you deal
with navigation, error messages coming from Rails etc.
Anybody have practical suggestions?
Tnx
-- PC
-- PC
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
2005 Mar 03
5
Whats ''favicon.ico''
I''m seeing the following in the WEBbrick console output after every GET
192.168.0.108 - - [03/Mar/2005:15:35:19 AUS Eastern Daylight Time] "GET
/favicon.ico HTTP/1.1" 200 60
- -> /favicon.ico
What does /favicon.ico (which doesnt seem to exist in my source) do for
Rails?
_______________________________________________
Rails mailing list
2005 Feb 19
5
Routing: How do I use what is left from an URL
Hi,
I have this scenario. I have the full path of a page stored in the
database (column ''path''). I want to be able to have very short urls for
retrieving the pages, so i have this route in my map
map.connect ''-/:title'', :controller => ''page'',
:action => ''view_by_title'', :title => nil
so when I go to
2004 Dec 26
3
Help building online game
Now I just need some helpful hints from the community as to what I
could use to display a hexagonal playing field of about 40x40 hex
units. Trying to build an online strategy game with Ruby on Rails.
Working out the methodology on paper and then scaffolding some. Any
ideas which technologies I could possibly use ? other than just
simple .gifs as icons and maybe overlayed css graphics ? Would
2006 Jun 11
47
Ruby on Rails and CakePHP Comparison
>From a development standpoint, what are the features that make Ruby on
Rails a better choice compared to CakePHP?
--
Posted via http://www.ruby-forum.com/.
2006 Jan 15
6
PROPOSAL: Validations as Mixin
It seems to me that Validations are quite useful for many objects, even
ones having nothing to do with ActiveRecord.
Common examples are Contact Us forms, multi-step forms, web service
paramater validations, etc.
I took a look at the source for Validations, and it seems that it is
very independent from ActiveRecord. I caught only three depenedencies:
1. validates_numericy --> depends on
2004 Nov 20
0
Stack level too deep on Cygwin and on Debian / Colinux with 0.5.0 - 0.8.5 Beta gems
...tacktest_controller_test]
CONCLUSION
I don''t know if it is my machine or if it has something to do with
Cygwin or Colinux. If anyone happens to have a similiar setup I would be
glad to be confirmed. If there is anything else I can do to help with
this bug, pls let me know.
--
Sascha Ebach (Gul on IRC)
2006 Feb 16
9
Mongrel 0.3.4 -- Win32 Gems/Better CGIWrapper
Hello Everyone,
Today''s Mongrel is the first release to sport spiffy pre-built win32 gems.
This comes thanks to Wilson Bilkovich donating some Rakefile magic that does
the stuff for me. Everyone who uses win32 should send Wilson a thank-you
since without him you''d be a victim of my laziness for at least a few more
weeks.
People who are testing and trying Mongrel out should