More at rubyonrails.org: Overview | Download | Deploy | Code | Screencasts | Documentation | Ecosystem | Community | Blog

#33 Akira Matsuda - All time
Showing 129 commits

All contributors →
Hash Date Message
f51557d 2012-04-19 Be sure to correctly fetch PK name from MySQL even if th...
851b816 2012-04-19 be sure to currectly fetch PK name from MySQL even if th...
20ca766 2012-02-27 ruby19: no need to rescue when requiring 'rdoc/task' in ...
6adc417 2012-02-21 use AS::SafeBuffer#clone_empty for flushing the output_b...
e50ee96 2012-02-21 add AS::SafeBuffer#clone_empty
2d4cdb0 2012-02-21 use AS::SafeBuffer#clone_empty for flushing the output_b...
baf6903 2012-02-21 add AS::SafeBuffer#clone_empty
71d8c77 2012-02-21 delete vulnerable AS::SafeBuffer#[]
dcf0964 2012-02-21 use AS::SafeBuffer#clone_empty for flushing the output_b...
71b95bd 2012-02-21 add AS::SafeBuffer#clone_empty
bdb6c4e 2012-02-14 A test case for GH #3544 to ensure that a field named fi...
0bd44f9 2012-02-14 Rename field_changed? to _field_changed? so that users c...
fcfe1fa 2012-01-23 properly memoize {field_type,select_type} as class variable
bf5f483 2012-01-23 no need to module_eval here anymore
bd60339 2012-01-21 change AR default_timezone to :utc since it's the defaul...
1c49b61 2012-01-20 let AR::Relation pretty_printed like an Array
2c72f2a 2012-01-16 show stats for app/mailers
27a508c 2011-12-31 bump up rack version to the one that includes the Hash D...
7e03b9d 2011-12-31 bump up rack version to the one that includes the Hash D...
612d671 2011-12-28 refactor AR::PredicateBuilder.build_from_hash
1877cf9 2011-12-28 where(foo: [1, nil]) becomes "WHERE foo = 1 OR foo IS NULL"
c8711e4 2011-12-28 no need to compact an already compacted Array
b74aedf 2011-11-12 Unneeded require memoizable
be7ab83 2011-11-10 A test case to ensure that AC::Metal#response_body= alwa...
a658fd2 2011-11-09 Extend IRB right before starting IRB to remove dependenc...
6d09f27 2011-11-09 Modulize Rails console methods so that other console lib...
74c6e80 2011-11-08 exclude ORDER BY clause when querying Relation#exists?
cc3e738 2011-11-07 Fix AC::Metal#response_body= to store same value on Ruby...
42cf5eb 2011-11-07 Remove redundant blank line at the bottom
aff9e68 2011-11-07 document fix: remove_column takes multiple column_names
55b203d 2011-11-07 self.up, self.down => up, down
7102a3d 2011-11-03 move Rails console top level methods to IRB context
4a025f0 2011-10-12 status is a number in Rails 3
87eab59 2011-10-05 ruby193: String#prepend is also unsafe
9c4fe30 2011-10-05 override unsafe methods only if defined on String
0a0da9d 2011-08-24 do not compute table names for abstract classes
a8aa666 2011-07-28 callback methods are Class methods
9cd1f75 2011-07-15 convert multiple Date parameters into a nil if any of it...
99d598a 2011-07-14 need magic comments
9c60860 2011-07-13 treat fullwidth whitespace as a blank character
c7359e3 2011-07-13 documentation fix: wrong result
d1545bc 2011-07-09 fix AR having() not to raise NoMethodError when the give...
7c921fb 2011-07-09 formats
dab0de4 2011-07-08 Use Enumerable#with_index. We're on Ruby > 1.8.7 (part II)
49bf859 2011-07-08 Use Enumerable#with_index. We're on Ruby > 1.8.7
d02726c 2011-07-08 minor document edit
c4bd477 2011-07-07 :include => includes
6c94f69 2011-07-07 find(:first) => first
b2816ae 2011-07-07 :joins => joins
4d4819f 2011-07-07 :conditions => where
a3683fd 2011-07-07 find(:all) => all
7d3a61a 2011-06-28 correct invalid HAVING query
cfab51c 2011-06-28 correct invalid GROUP BY query
90887cb 2011-06-01 s/a/an/
6014e1d 2011-06-01 s/an/a/
bcb466c 2011-05-28 No need to pass options which is never used
d8f4988 2011-05-28 No need to override for just calling super
9fb51e7 2011-05-28 Disable IdentityMap by default for ActiveRecord testing
05adf52 2011-05-25 Ensure RDoc::Task exists even if 'rdoc/task' was not req...
24b28a2 2011-05-25 require 'rake/rdoctask' if failed to require 'rdoc/task'
0cd38a4 2011-05-18 on.upcase!
cce4615 2011-05-18 be sure to parenthesize the arguments when the first one...
9aa10a7 2011-05-18 initialize @inside_template
32b9cef 2011-05-18 parenthesize the arguments with splat
22ed6cb 2011-05-18 for ... in => .each
486a890 2011-05-18 why not use JOIN statement for joining tables? (vol. 2)
a615563 2011-05-18 why not use JOIN statement for joining tables?
df13f55 2011-05-18 remove unused table from FROM clause
d54c778 2011-05-18 always enable `pp` on the Rails console
4d1752b 2011-05-16 generate HTML5 number_field tag for integer fields
cbe1d24 2011-05-16 Don't add DEFAULT_TOKENIZER to every instance of LengthV...
35c5ccb 2011-05-16 Remove unneeded merge with default false options
acb3dbb 2011-05-12 eliminating the noise
00379ee 2011-05-12 Revert "Delegate everything to the generator"
9d8ce55 2011-05-12 remove update:javascripts rake task
1c5d5ad 2011-04-19 NilClass is a singleton
9bf5cdd 2011-04-03 s/ERb/ERB/g (part II)
bd3cdee 2011-04-03 s/ERb/ERB/g
071ddb8 2011-03-06 more "SSL everywhere" for GitHub URLs
5bed377 2011-03-06 "SSL everywhere" for GitHub URLs
112c802 2011-03-06 s/a/an/
d91be36 2011-03-06 fix typos
22faa2c 2011-03-05 wrong SQL statement
65e08cf 2011-02-07 do not to_s where you are testing that a string value is...
40aefb9 2011-02-07 avoid nil.dup
cb9fa52 2011-02-01 auto_link: avoid recognizing full width chars as a part ...
8a85f64 2011-02-01 Accept 'postgres' as a PostgreSQL driver name in dbconso...
5dd803e 2011-02-01 Accept String value for render_partial :as option
4e6a102 2011-02-01 before_type_cast on Datetime tests for Mysql2Adapter
c8b7606 2011-02-01 Make before_type_cast available for datetime fields
817e370 2011-02-01 Make before_type_cast available for datetime fields
2e11213 2011-01-31 "rails dbconsole t" must not load "production" but "test"
78ecb24 2011-01-29 make the example code a bit more accurate
8f24471 2011-01-28 Fix indentation
018a88c 2011-01-28 missing parentheses
a329e7d 2010-12-26 use https to fetch files from GitHub
4e50c6c 2010-12-24 .erb => .html.erb
0a1f5f7 2010-12-24 for ... in => each ... do
a3fbbb6 2010-12-17 'nil' => nil
2029187 2010-11-28 s/myqsl/mysql/
1662aa1 2010-11-28 Added a space before "do" keyword
3e931b1 2010-09-02 "rails console t" must not load "production" but "test" ...
4d9b2da 2010-09-02 "rails console t" must not load "production" but "test"
37e0c15 2010-09-01 fix typo(?)
050a345 2010-08-30 The command for creating the sessions table has changed
db24aab 2010-08-30 The command for creating the sessions table has changed
bf5d154 2010-07-07 Print proper "Usage:" messages for "rails plugin" command
ff44cc2 2010-07-07 whitespace
4f74d44 2010-06-28 Avoid "no such table" exception when schema migrations t...
0e5d7c6 2010-06-28 Use ActiveRecord::Migrator.schema_migrations_table_name ...
3ce16b4 2009-09-12 Ruby 1.9 compat: Avoid using the return value of FileUti...
0990a13 2009-09-12 Ensure validation errors to be ordered in declared order
68b2b73 2009-09-12 Fix default_error_messages back to the original message
3413643 2009-09-12 1.9 compat: let -c option work with Ruby 1.9
028d449 2009-09-12 1.9 compat: let -g option work with Ruby 1.9
cc9af20 2009-08-26 I18n: use I18n for select helpers' prompt text
adedf72 2009-08-26 I18n: use I18n for select helpers' prompt text
230d43f 2009-08-06 Ruby 1.9.2 compat: Array#* uses to_str instead of to_s t...
9d7aae7 2009-07-21 Ruby 1.9.2 compat: name method was renamed to __name__ s...
9163b9a 2009-07-21 Ruby 1.9.2 compat: Use File#expand_path for require path...
92bff2e 2009-07-01 Fix pattern to match various magic comment formats
7c0e008 2009-02-17 Ruby 1.9 compat: fix JSON decoding to work properly with...
c3b87dd 2008-12-08 Make word separator in AR validation error messages conf...
273c770 2008-12-08 Change Array#to_sentence I18n options to pass comma and ...
baa8ee5 2008-11-19 Require active_support/secure_random for Ruby 1.9.
5f7c424 2008-09-09 Ruby 1.9 compat: remove instance variables and global va...
8e68ec4 2008-09-09 Ruby 1.9 compat: use String#lines instead of to_a in Rub...
07eb9ff 2008-09-09 Ruby 1.9 compat: remove constants from block parameters
bb33432 2008-07-15 Ruby 1.9 compat: call Proc#binding explicitly. [#623 st...