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
*
Minor typos: 'built-in' instead of 'built in', 'built into' instead of 'built...
Jaime Iniesta
2010-07-09
5
-5
/
+5
*
Describe recent changes in Multibyte::Chars.
Norman Clarke
2010-07-08
1
-56
/
+81
*
copy-edits some docs
Xavier Noria
2010-07-08
2
-22
/
+25
*
Merge branch 'master' of github.com:lifo/docrails
Neeraj Singh
2010-07-08
83
-545
/
+855
|
\
|
*
API Docs: Fixes to the Routing docs
Rohit Arondekar
2010-07-07
1
-6
/
+4
|
*
Merge remote branch 'docrails/master'
Xavier Noria
2010-07-07
10
-24
/
+48
|
|
\
|
|
*
Add note about incompatibility of namespace and :controller
Andrew White
2010-07-07
1
-0
/
+6
|
*
|
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
*
|
|
clarifying how to create non standard primary key
Neeraj Singh
2010-07-08
1
-1
/
+7
|
|
/
|
/
|
*
|
Merge branch 'master' of github.com:lifo/docrails
Neeraj Singh
2010-07-06
5
-18
/
+20
|
\
\
|
*
|
Fixed minor typo app/view to app/views
l4u
2010-07-06
1
-1
/
+1
|
*
|
Fixed typo in Rails::Generators::Base [#5051 state:resolved]
Mark Hayes
2010-07-06
1
-1
/
+1
|
*
|
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
[next]