Displaying 20 results from an estimated 1300 matches similar to: "my first patch ... what now? simple 1 word change"
2010 Aug 30
5
Rails 3.0 API doesn't do word-wrap
Hi Guys,
I just realize that on the API documentation the code snippet is overflowing off the screen. Is this an intended behavior? Or who should I contact to get this one fixed.
You can see the screenshot here: http://skitch.com/sikachu/dw82n/screen-shot-2553-08-30-at-16.24.26
Thanks :)
Prem Sichanugrist
--
You received this message because you are subscribed to the Google Groups "Ruby
2010 Sep 23
1
Patch to fix docs for auto_link
Hi I''ve contributed a patch which fixes an incorrect example in the
documentation for auto_link in ActionView::Helpers::TextHelper.
The example uses truncate in the old style of tuncate(text, length)
which no longer works, so I''ve patched it to use the new
tuncate(text, :length => n) style.
2005 Jan 13
1
REGISTER Problems With Realtime
Why is the SELECT statement below putting a "?" in for the username? I am
using today's CVS.
Jan 13 18:48:41 WARNING[7570]: res_config_odbc.c:105 realtime_odbc: SQL
Execute error!
[SELECT * FROM sip_buddies WHERE name = ?]
Full dump:
Sip read:
REGISTER sip:198.88.216.85 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.2:5060;branch=z9hG4bK-ffmzndpfrao2;rport
From: "Mike's Peoria
2012 Sep 12
1
[Rails Guides] Use new hash syntax
I''ve looking into edge guides and I''ve notice the examples are using the
old hash syntax. Some parts of rails code are changing to the new one.
I want to update the examples in docrails to use the new syntax. Is there
any reason not to do it?
Regards.
--
José Corcuera Z.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2012 Aug 04
6
Automatic asset paths prevent logical asset organization
In 2fe70c1 (last year), rails changed from a static list of assets.paths to automatically register any path under assets/*. (This was not reflected in Rails Guides so I pushed an update to docrails.)
However, in my opinion, these automatic asset paths create confusion.
The result is that the first-level directories under `(app|lib|vendor)/assets` get swallowed and if I put assets into a
2010 Mar 02
0
Available - SAP FSCM Treasury, MQ developer, QA
Hi All,
Please reply me back in case you have any suitable requirements for
the below candidates.
All are our W2 candidates and willing to relocate anywhere in US.
Aldrin - SAP Treasury FSCM
Overall 18 years of functional experience with 9 years of SAP R/3
consultancy & 9 years of banking analyst experience.
Senior consultant in SAP R/3 FI/CO/TR/FSCM Functional Consultant
with 5 full
2012 Sep 20
1
Translate rails guides to portuguese
hi folks, i wish to know if there''s a way to translate the rails guides to
portuguese or others languages. I believe this way we can help community
growing more each day.
i`m really interested to help translate to portuguese and waiting for an
answer if its possible and how.
thanks
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2011 Jun 09
2
Problem with a if statement inside a function
I have a really long functions, and at the end of the function, I am using a
if statement
to tag certain keywords based on whether they have certain values contained
in them.
However, the if statement doesn't seem to work.
When I had split up the commands into various functions, it worked fine, but
I'm not sure
what going on now that it's combined into a single function.
myfunc
2011 Feb 27
0
Can I merge Korean translation version to Info/docrails without any permission?
Hello everyone,
Because I don''t know communication channel to lifo/docrails, I ask about
permissions for that repository.
Recently I and friends started to translate rails guide for Korean version.
Maybe, I expect to finish all current rails guides translating in 2 months,
and then we''ll care
these documents for recent version.
Now, we provide a translation result site for
2011 Nov 23
2
avoiding the sample in built function
Dear all,
I am currently working on a function in which I would like to avoid using
the command sample().
Therefore, I am now trying to make a for loop that does the same thing as
the in built function sample
does: Rearranging the items of a object randomly.
So, the output I want to you get is the same as sample() would give me:
e.g.:
data <- c(5,4,6,7,8)
sample(data)
> data <-
2012 Sep 18
2
undefined method `to_sym' for nil:NilClass
Hi all,
I am trying to upgrade my rails 2 app to 3 and am getting this error
when trying to login:
NoMethodError in AuthenticateController#authenticate
undefined method `to_sym'' for nil:NilClass
The stack trace is:
activerecord (3.2.2) lib/active_record/validations/uniqueness.rb:26:in
`validate_each''
activemodel (3.2.2) lib/active_model/validator.rb:153:in
2011 Apr 07
3
[Rails 3] No route matches error using RSpec even though route DOES match
I''ve recently run into a really weird situation that I''m just not sure
what''s going on here. I''m trying to write a route that will allow
searches to be done via GET requests (generally a good idea since it''s
just retrieving information, helps for links and SEO, etc.), and I
have the route properly set up and can access it in development mode
just fine,
2009 May 13
2
File compare word by word
Is there a utility that compares files word by word, instead of whole
lines or single bytes?
I found that I can simulate this by replacing all the spaces in a file
with linefeeds, then 'diff -B' the results, but that's kind of awkward
and hard to read when differences that matter come up.
(For the record, I tried using OOo's document comparer, converting to
text and using diff,
2001 Nov 30
0
identify() problem for graphs copied in Word (yet another Word bug to avoid with R?!)
using:
identify(...., plot=FALSE)
allows identifying points in a graph without printing the corresponding
label in the graph. This works fine in R for Windows.
However, when I copy the graph as metafile into Word, the corresponding
label appears in black font in the copied picture. Obviously, identify()
prints the label anyway, in "invisible" font or so, in the graph, and this
2011 Sep 17
2
Wrong exiting from MS Word + can't save MS Word document
Greetings, gentlemen.
I have a problem with MS Office 2007 running and I suppose there's a way to handle with it.
When I exit MS Office 2007 Word it gives message that MSXML 5.0 was installed wrong and it offers to save template "normal.dotx". When I cancel saving it offers me to do it one more time and after that it exits.
Also, I can't save anything in .doc format. When I
2008 Sep 20
2
removing a word, the following space and the next word
>Hello,
I am hoping for advice as to how I could remove all words immediately
following the words 'Mr' or 'Mr.' in a csv file. For example, the
following phrases are included in lines of text (along with other Mr)
that could be anywhere in the file: "Mr Jones ate lunch" and "Mr
Smith was tied".
I want to remove the words Jones and Smith (etc) leaving
2012 May 06
2
autocomplete word by word
Hi,
I am trying to implement an autocomplete form with rails, I used jquery
in a first version, to suggest phrases to user and it worked
Now I am trying to have a service of autocomplete word by word, it means
when the user it typing in the text area, I suggest only words and not
phrases and when he finishes the word and starts a new one I do the same
suggestion for the new word
Is there a way to
2004 Nov 01
3
Reading word by word in a dataset
Hello All,
I'd like to read first words in lines into a new file.
If I have a data file the following, how can I get the
first words: apple, banana, strawberry?
i1-apple 10$ New_York
i2-banana 5$ London
i3-strawberry 7$ Japan
Is there any similar question already posted to the
list? I am a bit new to R, having a few months of
experience now.
Cheers,
John
2011 Feb 28
3
Feature: ActiveResource - Adding associations through reflections
Hello everyone,
I''m new in contributing and i saw in the contributing-guides, that i
have to write an email at this list.
I hope, that''s the right place for this. If it''s not, i''M really
sorry.. ;)
Could someone please give me feedback about this lighthouse-ticket?
2013 Mar 05
1
Finding matching words in a word game
Hello,
is there maybe a clever way of finding all possible words
from a given set of letters by means of PostgreSQL
(i.e. inside the database vs. scanning all database
rows by a PHP script, which would take too long) -
if the dictionary is kept in a simple table like:
create table good_words (
word varchar(16) primary key,
stamp timestamp default current_timestamp
);
I could add