Displaying 10 results from an estimated 10 matches for "chankov".
Did you mean:
chacko
2009 May 06
0
gettext-2.0.2, gettext_activerecord-2.0.2, gettext_rails-2.0.2
...d by Vladimir Dobriakov]
* Enhance to support ruby-1.9.x [by OZAWA Sakuro]
* poparser work with proper encoding.
* string.rb: #bytesize alias to #size in older ruby version such as 1.8.5.
* Fixed bugs
* n_() to work when Plural-Forms line in po-file is not correct.
[Reported by Sava Chankov (Bug#25570)]
* GetText::Locale.default_rules_path : $LOAD_PATH is not well parsed.
[by hallelujah]
* locale_path.rb: Fixed warning message.
== gettext_activerecord-2.0.2
* Update version
* Update Dutch translation [by Bart ten Brinke]
* Enhance ruby-1.9.1 support.
== gettex...
2007 Feb 27
0
mechanize 0.6.5 Released
...also keeps track of the sites that you have visited as
a history.
Changes:
= Mechanize CHANGELOG
== 0.6.5
* Copying headers to a hash to prevent memory leaks
* Speeding up page parsing
* Aliased fields to elements
* Adding If-Modified-Since header
* Added delete_field! to form. Thanks to Sava Chankov
* Updated uri escaping to support high order characters. Thanks to Henrik Nyh.
* Better handling relative URIs. Thanks to Henrik Nyh
* Now handles pipes in URLs
http://rubyforge.org/tracker/?func=detail&aid=7140&group_id=1453&atid=5709
* Now escaping html entities in form fields....
2006 Sep 16
1
Class Table Inheritance - ?
Is class table inheritance possible with MySQL and Rails? I saw John
Wilger''s cool yet complicated Postgres implementation. I have looked
for a solution, but I can not find one. Are there any plans for class
table inheritance for Rails in the future?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
2008 Jan 28
0
gettext 1.10: uninitialized constant ApplicationController
...roller.rb''. Solve dependencies first.
/Users/sava/code/sht/trunk/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:266:in
`load_missing_constant'': uninitialized constant ApplicationController
Rails is 1.2.5, frozen in the application.
--
Sava Chankov
--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send...
2007 Mar 08
2
Composite Primary Keys
Have been looking into using rails but am finding the "Composite
Primary Keys are Bad" thing a tad disturbing (to put it mildly). I
have been working with RDBMS systems for over fifteen years and this
is the first time I have herd the idea questioned. I have cone across
using surrogate keys which mirror the composite key for performance
reasons in VERY big databases but I have never
2008 Sep 15
1
Ruby-GetText-Package-1.93.0
...uble x) library and the library which uses xx library
such as rcov.
- Fixed expire_fragment with rails < 2.1.
(NOTE)
* Rails-1.2.x has not been supported.
* Rails-2.2(Edge) has not been supported yet.
Thanks to
-------
Translators:
Vincent Isambart, Erkki Eilonen, Sava Chankov.
Bug reports, suggestions and patches:
Vladimir Dobriakov, Tatsuki Sugiura, César Duque Calle,
Rémy-Christophe Schermesser, Donald Piret.
Website
-------
http://rubyforge.org/projects/gettext/
* Download
http://rubyforge.org/frs/?group_id=855&release_id=2856
* Ruby-GetText-Packa...
2006 Nov 13
3
Lighttpd Problems
Hi everybody,
I was using ruby with Lighttpd just fine, and all of a sudden I''m having
a problem. I''ve exhausted google - nobody else seems to have this
problem.
when running script/server, I get:
=> Booting lighttpd (use ''script/server webrick'' to force WEBrick)
=> Rails application started on http://0.0.0.0:3000
=> Call with -d to detach
=>
2007 May 28
5
CTI in ActiveRecord
I search an plugin or gem, but don''t find nothing satisfactory. I
believe to be stranger a technology that nails the DRY, have that create
you vary equal tables, instead of using inheritance.
Exists an soluction for this? I want a solution similar to this:
create_table :people |t| do
t.column :name
t.column :address
end
create_table :customer |t| do
t.column :person_id
2007 Aug 23
6
Calling a method on class creation
I have a model User that has property called status. Status is just a
string that can only be evaluated and not persisted. I.e. it doesn''t
have a field in the user table.
Anyways, I would like a method get_status to be called anytime I
create a new instance of User. For example:
user=User.new
Since I created a new instance of User, I should now have access to
the status property, e.g.:
2011 May 27
0
System is computationally singular error for plm random effects models
Dear all,
I am using the plm package for both fixed and random effects models on my
country-year panel data. However, for some of the random effects models I
get the following error:
Error in solve.default(OM) :
system is computationally singular: reciprocal condition number =
1.78233e-18
The same models work fine for fixed effects. I have also noticed that once I
remove some of my variables