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
*
Added regression tests
Stefan Sprenger
2011-06-07
1
-12
/
+5
*
Move test/engine/generators_test.rb to test/railties/generators_test.rb
Stefan Sprenger
2011-06-07
1
-1
/
+1
*
Add test for helper generator
Stefan Sprenger
2011-06-07
1
-3
/
+10
*
Clean up engine's generator test and use bundle exec for invoking generators
Stefan Sprenger
2011-06-07
1
-13
/
+30
*
Clean up engine generators_test code and add test for models correctly namesp...
Ryan Bigg
2011-06-07
1
-7
/
+19
*
Add beginnings of test for generators within the context of an engine
Ryan Bigg
2011-06-07
1
-0
/
+54
*
We moved engine commands to rails/engine/commands
Stefan Sprenger
2011-05-27
1
-5
/
+1
*
Add destroy to engine's commands
Stefan Sprenger
2011-05-27
1
-2
/
+3
*
Generate script/rails only if --full is given
Stefan Sprenger
2011-05-27
3
-5
/
+7
*
Refactor identifying generator's destination root
Stefan Sprenger
2011-05-27
1
-5
/
+2
*
Fix appending '
Stefan Sprenger
2011-05-27
1
-1
/
+1
*
We're using module not class for namespacing
Stefan Sprenger
2011-05-27
1
-8
/
+8
*
Move requiring engine out of the switch case
Stefan Sprenger
2011-05-27
1
-4
/
+3
*
Fix and test ENGINE_PATH and ENGINE_ROOT
Stefan Sprenger
2011-05-27
2
-2
/
+10
*
Introducing engine commands
Stefan Sprenger
2011-05-26
3
-3
/
+48
*
Move load_generators from Rails::Application to Rails::Engine
Stefan Sprenger
2011-05-26
2
-12
/
+12
*
We're now using generators directly
Stefan Sprenger
2011-05-26
1
-1
/
+0
*
Use global namespace Rails
Stefan Sprenger
2011-05-26
2
-2
/
+2
*
Use plugin name consistently
Stefan Sprenger
2011-05-26
1
-1
/
+1
*
Merge pull request #1324 from dmathieu/no_error_on_invalid_format
José Valim
2011-05-26
2
-1
/
+7
|
\
|
*
don't raise an exception if the format isn't recognized
dmathieu
2011-05-26
2
-1
/
+7
*
|
Merge pull request #1315 from ardavis/master
José Valim
2011-05-25
2
-2
/
+2
|
\
\
|
*
|
Added a space to the comment_if helper for formatting purposes
Andrew Davis
2011-05-25
1
-1
/
+1
|
*
|
Accidentally added extra IDE files, removed them.
Andrew Davis
2011-05-25
8
-342
/
+0
|
*
|
Removed unnecessary space in application.rb for formatting
Andrew Davis
2011-05-25
9
-1
/
+343
*
|
|
Merge pull request #1316 from guilleiguaran/railties-changelog
Aaron Patterson
2011-05-25
1
-0
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Updating Railties changelog
Guillermo Iguaran
2011-05-25
1
-0
/
+7
|
/
/
*
|
Merge pull request #1312 from joshk/remove_active_support_deprecations
José Valim
2011-05-25
15
-648
/
+3
|
\
\
|
*
|
Removed deprecated methods and related tests from ActiveSupport
Josh Kalderimis
2011-05-25
15
-648
/
+3
|
/
/
*
|
Merge pull request #1311 from kuldarkrabbi/master
José Valim
2011-05-25
1
-1
/
+0
|
\
\
|
*
|
action_view/template/handler has been removed
Kuldar Krabbi
2011-05-25
1
-1
/
+0
*
|
|
Merge branch 'master' of github.com:rails/rails
Xavier Noria
2011-05-25
12
-162
/
+4
|
\
|
|
|
*
|
Merge pull request #1285 from joshk/remove_active_record_deprecations
Aaron Patterson
2011-05-25
12
-162
/
+4
|
|
\
\
|
|
*
|
removed deprecated methods, and related tests, from ActiveRecord
Josh Kalderimis
2011-05-25
12
-162
/
+4
*
|
|
|
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-05-25
94
-363
/
+408
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Typo; changed 'Febuary' to 'February'
Lee Reilly
2011-05-25
1
-1
/
+1
|
*
|
|
Typo; changed 'colour' to 'color' & 'analysed' to 'analyzed'
Lee Reilly
2011-05-25
1
-3
/
+3
|
*
|
|
Typo; changed 'enviroment' to 'environment'
Lee Reilly
2011-05-25
1
-1
/
+1
|
*
|
|
prefer validates :x in place of validates_x_of
Vijay Dev
2011-05-26
1
-25
/
+25
|
*
|
|
fixed minor errors
Vijay Dev
2011-05-26
1
-3
/
+4
|
*
|
|
changes validates_format & numericality to newer syntax
Vijay Dev
2011-05-25
1
-6
/
+6
|
*
|
|
changes validates_inclusion & exclusion to newer syntax
Vijay Dev
2011-05-25
1
-7
/
+7
|
*
|
|
changes validates_length_of to newer syntax
Vijay Dev
2011-05-25
1
-17
/
+14
|
*
|
|
changes validates_confirmation_of to newer syntax
Vijay Dev
2011-05-25
1
-4
/
+4
|
*
|
|
changes validates_acceptance_of to newer syntax
Vijay Dev
2011-05-25
1
-2
/
+2
|
*
|
|
changes validates_uniqueness_of to newer syntax
Vijay Dev
2011-05-25
1
-4
/
+4
|
*
|
|
changes validates_presence_of to newer syntax
Vijay Dev
2011-05-25
1
-9
/
+8
|
*
|
|
fix incorrect textile syntax
Vijay Dev
2011-05-25
1
-2
/
+2
|
*
|
|
Replace old wording about http requests
Jeff Cohen
2011-05-25
1
-4
/
+4
|
*
|
|
update language env variable name
Vijay Dev
2011-05-25
1
-2
/
+2
[next]