index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
Reword routing guide so that we talk about prefixing as a use of :as rather t...
Andrew White
2010-07-04
1
-3
/
+3
|
|
*
Added release notes for 3 changes to helpers
Jeff Dean
2010-07-04
1
-1
/
+3
|
|
*
Updated routing guide to reflect the fact that :name_prefix is now :as
Andrew White
2010-07-03
1
-7
/
+7
|
|
*
:singular is no longer a valid option for resources [#5037 state:resolved]
Andrew White
2010-07-03
1
-4
/
+4
|
|
*
Changed passed argument to :validate => false in validation skipping section.
Uģis Ozols
2010-07-03
1
-2
/
+2
|
*
|
added more info about << operation in associations
Neeraj Singh
2010-07-06
1
-0
/
+4
|
|
/
|
*
clarifying the comments regarding base_class declaration
Neeraj Singh
2010-07-01
1
-2
/
+4
|
*
Added documentation for usage of associative resources with form_for
Rizwan Reza
2010-07-01
1
-1
/
+11
|
*
Fixes README for generated apps with Rails 3 (rails *new* myapp, and Welcome ...
Jaime Iniesta
2010-07-01
2
-3
/
+3
*
|
Add a test to ensure url helpers are not action methods in ActionMailer.
José Valim
2010-07-07
1
-0
/
+19
*
|
When a dynamic :controller segment is present in the path add a Regexp constr...
Andrew White
2010-07-07
3
-21
/
+46
*
|
Refactor handling of :only and :except options. The rules are:
Andrew White
2010-07-06
2
-73
/
+236
*
|
documents automatic management of join models in hmt associations, in particu...
Xavier Noria
2010-07-06
2
-4
/
+21
*
|
Recognize should also work with route is wrapped in a constraint.
José Valim
2010-07-06
3
-1
/
+8
*
|
RouteSet should also handle anonymous classes.
José Valim
2010-07-05
1
-2
/
+2
*
|
Define a convention for descendants and subclasses.
José Valim
2010-07-05
13
-192
/
+100
*
|
Move Date#xmlschema to conversions and add a missing require
Santiago Pastorino
2010-07-04
3
-9
/
+12
*
|
Avoids deprecation warning running tests
Santiago Pastorino
2010-07-04
1
-5
/
+7
*
|
Adds tests for content negotiation change introduced in dc5300adb6d46252c26e
Patrik Stenmark
2010-07-04
1
-0
/
+20
*
|
ARGV.empty? is useless. If ARGV is empty, ARGV.first != "new" will always be ...
Madjo DIAPENA
2010-07-04
1
-1
/
+1
*
|
Fix syntax of routing tests so they actually run
Andrew White
2010-07-04
1
-12
/
+18
*
|
Refactor resource options and scoping. Resource classes are now only responsi...
Andrew White
2010-07-04
2
-101
/
+145
*
|
Fixes for "router" and "routes" terminology
Wincent Colaiuta
2010-07-03
7
-9
/
+9
*
|
Merge remote branch 'spastorino/master'
Jeremy Kemper
2010-07-03
11
-30
/
+40
|
\
\
|
*
|
Add a missing require to allow the usage of Array#to_xml
Santiago Pastorino
2010-07-03
1
-0
/
+1
|
*
|
Removes the dependency that AMo has on tzinfo
Santiago Pastorino
2010-07-03
1
-6
/
+6
|
*
|
Refactor move some date, time and date_time methods to */zones and fixed some...
Santiago Pastorino
2010-07-03
9
-24
/
+33
*
|
|
Refactor recall parameter normalization [#5021 state:resolved]
Andrew White
2010-07-03
2
-18
/
+33
|
/
/
*
|
Time#formatted_offset is defined in core_ext/time/conversions
Santiago Pastorino
2010-07-02
1
-0
/
+1
*
|
Time#as_json: use Time#formatted_offset instead of strftime %z directive, whi...
Geoff Buesing
2010-07-02
1
-1
/
+1
*
|
Fix indent
Jeremy Kemper
2010-07-02
1
-1
/
+1
*
|
Fix routes with :controller segment when namespaced [#5034 state:resolved]
José Valim
2010-07-02
4
-30
/
+63
*
|
reload_routes! was still referencing old Rails::Application.
José Valim
2010-07-02
1
-6
/
+5
*
|
bump erubis version to 2.6.6 and thor version to 0.13.7
Santiago Pastorino
2010-07-02
3
-4
/
+4
*
|
Time has it own implementation of xmlschema, now AMo doesn't depend on TZInfo
Santiago Pastorino
2010-07-02
3
-4
/
+7
*
|
Unify routes naming by renaming router to routes
Piotr Sarnacki
2010-07-02
15
-37
/
+37
*
|
porting session.clear fix to master branch. [#5030 state:resolved]
Aaron Patterson
2010-07-01
2
-0
/
+27
*
|
AS json refactor, move to_json implementation to core_ext and a cleanup a bit...
Santiago Pastorino
2010-07-01
6
-36
/
+29
*
|
Bump bundler dependency to 1.0.0.beta.2 or later
Jeremy Kemper
2010-07-01
3
-2
/
+3
*
|
Avoid calls to Rails::Application since this is not the official API.
José Valim
2010-07-01
17
-80
/
+55
*
|
fix failure if behavior is not define and try use the default
Cyril Mougel
2010-07-01
2
-1
/
+8
*
|
Add the possibility to have several behaviors in AS::Deprecation.
José Valim
2010-07-01
4
-3
/
+19
*
|
Don't remove scheduled destroys when loading an association. [#4642 state:res...
James Le Cuirot
2010-07-01
2
-1
/
+12
*
|
Make relation a private method.
José Valim
2010-07-01
2
-6
/
+7
|
/
*
Merge remote branch 'rails/master'
Xavier Noria
2010-06-30
126
-970
/
+5690
|
\
|
*
Support any mysql-like adapter
Jeremy Kemper
2010-06-30
1
-7
/
+7
|
*
add note of which configuration option to set in deprecation warning message ...
bodhi
2010-06-30
1
-3
/
+5
|
*
Improve the idiom used in multibyte chars a bit.
José Valim
2010-06-30
1
-3
/
+3
|
*
Fix ActiveSupport::Multibyte::Chars#slice for empty strings when starting off...
Alex Muntean
2010-06-30
2
-1
/
+3
|
*
Update Unicode database to 5.2.0. [#5011 state:resolved]
Norman Clarke
2010-06-30
2
-1
/
+1
[prev]
[next]