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
path:
root
/
railties
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Also remove the duplicated unit test template. References #7222.
Jeremy Kemper
2007-05-25
1
-10
/
+0
*
Scaffold generator depends on model generator instead of duplicating it. Clos...
Jeremy Kemper
2007-05-25
5
-40
/
+3
*
Missed commit from [6833]. References #8456.
Jeremy Kemper
2007-05-25
1
-15
/
+0
*
Scaffold generator tests. Closes #8443.
Jeremy Kemper
2007-05-23
4
-3
/
+350
*
Don't load observers if Active Record isn't loaded.
Jeremy Kemper
2007-05-23
1
-5
/
+8
*
Initializers are now loaded consistently sorted by name. Closes #8343
Tobias Lütke
2007-05-22
1
-1
/
+1
*
Generated scaffold functional tests use assert_difference. Closes #8421.
Jeremy Kemper
2007-05-22
2
-6
/
+8
*
Fix USAGE typo in resource generator. Closes #8406.
Jeremy Kemper
2007-05-20
1
-13
/
+13
*
Update to Prototype 1.5.1
Sam Stephenson
2007-05-19
2
-342
/
+1100
*
Update edge to script.aculo.us to 1.7.1_beta3
Thomas Fuchs
2007-05-19
4
-93
/
+165
*
Fix generator test broken by scaffold change. Closes #8402.
Jeremy Kemper
2007-05-18
1
-4
/
+0
*
We changed name to scaffold
David Heinemeier Hansson
2007-05-18
3
-5
/
+5
*
We dont use semicolon any more
David Heinemeier Hansson
2007-05-18
1
-1
/
+1
*
A few more fixes
David Heinemeier Hansson
2007-05-17
1
-2
/
+2
*
Updated with the latest tricks
David Heinemeier Hansson
2007-05-16
4
-9
/
+9
*
Scaffold resource is now scaffold
David Heinemeier Hansson
2007-05-16
15
-7
/
+7
*
Make way for the new and improved scaffold
David Heinemeier Hansson
2007-05-16
13
-534
/
+0
*
Generators use *.html.erb view template naming. Closes #8278.
Jeremy Kemper
2007-05-06
27
-19
/
+21
*
Added short-hand declaration style to migrations (inspiration from Sexy Migra...
David Heinemeier Hansson
2007-05-06
3
-2
/
+4
*
You're dead! We killed you!
David Heinemeier Hansson
2007-04-29
5
-0
/
+0
*
Include sub-resources example
David Heinemeier Hansson
2007-04-29
1
-2
/
+4
*
Updated initializer to only load #{RAILS_ENV}.rb once. Added deprecation warn...
Nicholas Seckar
2007-04-29
2
-0
/
+15
*
Start in irb mode if possible
David Heinemeier Hansson
2007-04-29
1
-1
/
+1
*
Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ...
David Heinemeier Hansson
2007-04-28
18
-936
/
+53
*
Resource scaffolding returns the created entity.to_xml.
Jeremy Kemper
2007-04-25
2
-6
/
+8
*
Resource scaffolding responds to new.xml. Closes #8185.
Jeremy Kemper
2007-04-25
2
-0
/
+8
*
Include default route for formats
David Heinemeier Hansson
2007-04-24
1
-2
/
+3
*
Don't require AWS test_invoke in railties test helper [blaine]
David Heinemeier Hansson
2007-04-24
1
-1
/
+0
*
Removed default WSDL route now that AWS is debundled from Rails
David Heinemeier Hansson
2007-04-24
1
-3
/
+0
*
Include Active Resource in rails:freeze:edge rake task
Thomas Fuchs
2007-04-24
2
-1
/
+3
*
It is activeresource, silly
David Heinemeier Hansson
2007-04-23
1
-1
/
+1
*
Include Active Resource instead of Action Web Service [DHH]
David Heinemeier Hansson
2007-04-23
4
-10
/
+15
*
Run with the latest versions so beta gems will work
David Heinemeier Hansson
2007-04-21
2
-12
/
+15
*
Introduce RELATIVE_RAILS_ROOT and changed spawner script to use it. Prior to ...
Tobias Lütke
2007-04-16
2
-4
/
+5
*
script/console quotes RAILS_ROOT in irb command line so it works with spaces ...
Jeremy Kemper
2007-04-09
1
-1
/
+1
*
Canonicalize configuration.root_path and replace RAILS_ROOT.
Jeremy Kemper
2007-03-29
3
-16
/
+7
*
documentation project patches, closes #7342, #7319, #7316, #7190 [jeremymcana...
Rick Olson
2007-03-27
3
-1
/
+5
*
Deprecation: remove components from controller paths. Canonicalize RAILS_ROO...
Jeremy Kemper
2007-03-18
4
-30
/
+46
*
Add environment variable RAILS_DEFAULT_DATABASE, which allows the builtin def...
Nicholas Seckar
2007-03-14
2
-1
/
+4
*
Windows: include MinGW in RUBY_PLATFORM check. Closes #2982.
Jeremy Kemper
2007-03-06
9
-11
/
+13
*
Upgrade rake dependency from 0.7.1 to 0.7.2 to pull in its Ruby 1.8.6 compati...
Jeremy Kemper
2007-03-04
1
-1
/
+1
*
Improve dispatcher failsafe responses. Beef up compatibility with Mongrel's C...
Jeremy Kemper
2007-03-04
1
-23
/
+48
*
Move plugin classes into the rails directory to match their namespace
Marcel Molina
2007-03-03
3
-2
/
+2
*
Move responsibility for ensuring that all registered gems were loaded from th...
Marcel Molina
2007-03-03
3
-24
/
+19
*
Use to_sentence rather than inspect when reporting which registered plugins a...
Marcel Molina
2007-03-02
1
-1
/
+1
*
Split out the basic plugin locator functionality into an abstract super class...
Marcel Molina
2007-03-02
8
-120
/
+151
*
Split plugin location and loading out of the initializer and into a new Plugi...
Marcel Molina
2007-03-02
9
-192
/
+338
*
Dispatcher test requires abstract_unit. Cleanup abstract_unit.
Jeremy Kemper
2007-03-01
2
-8
/
+3
*
boot.rb sets RAILS_ROOT, so remove that. Install http plugins inside a Dir.c...
Rick Olson
2007-02-27
1
-6
/
+6
*
set the RAILS_ROOT for script/plugin if it's not set already
Rick Olson
2007-02-27
1
-0
/
+1
[prev]
[next]