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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update scaffold to use labels instead of bold tags. Closes #10757 [zach-ingl...
Rick Olson
2008-01-12
2
-4
/
+2
*
Resurrect WordNet synonym lookups. Closes #10710.
Jeremy Kemper
2008-01-10
1
-3
/
+3
*
Re-enable the debugger in testing
David Heinemeier Hansson
2008-01-09
1
-0
/
+8
*
Move model dependency to the end of the scaffold generator manifest. Closes #...
Jeremy Kemper
2008-01-05
1
-2
/
+2
*
Moved the caching stores from ActionController::Caching::Fragments::* to Acti...
David Heinemeier Hansson
2008-01-03
1
-30
/
+33
*
Refactor check for local databases (closes #10539) [parcelbrat]
David Heinemeier Hansson
2008-01-03
1
-11
/
+12
*
Added that rails:update is run when you do rails:freeze:edge to ensure you al...
David Heinemeier Hansson
2008-01-03
1
-0
/
+3
*
Correct indentation in a couple spots. Closes #10671 [l.guidi, rick]
Rick Olson
2008-01-02
1
-19
/
+19
*
db:sessions:clear task uses session_table_name method. Closes #10631 [Cheah C...
Jeremy Kemper
2008-01-02
1
-3
/
+1
*
SQLite: db:drop:all doesn't fail silently if the database is already open. Cl...
Jeremy Kemper
2008-01-02
1
-1
/
+1
*
Don't make new_mongrel server default yet
Jeremy Kemper
2007-12-29
1
-6
/
+2
*
Introduce native mongrel handler and push mutex into dispatcher.
Jeremy Kemper
2007-12-27
4
-2
/
+419
*
Ruby 1.9 compat: initializer only sets kcode for Ruby < 1.9
Jeremy Kemper
2007-12-22
1
-4
/
+8
*
App generate says sqlite3 is the default and mentions frontbase. Closes #1055...
Jeremy Kemper
2007-12-21
1
-3
/
+4
*
Ruby 1.9 compat: use .to_a instead of .map which now returns an enumerator
Jeremy Kemper
2007-12-19
1
-1
/
+1
*
Ruby 1.9 compatibility. References #1689.
Jeremy Kemper
2007-12-17
4
-8
/
+8
*
Prepare for 2.0.2 release
David Heinemeier Hansson
2007-12-16
1
-1
/
+1
*
Changed the default database from mysql to sqlite3, so now running "rails mya...
David Heinemeier Hansson
2007-12-16
1
-1
/
+1
*
Turned on ActionView::Base.cache_template_loading by default in config/enviro...
David Heinemeier Hansson
2007-12-16
1
-5
/
+3
*
Introduce (in /Users/jeremy/rails/git/trunk) to output a crytographically sec...
Jeremy Kemper
2007-12-15
1
-1
/
+9
*
Fixed that local database creation should consider 127.0.0.1 local (closes #9...
David Heinemeier Hansson
2007-12-14
1
-1
/
+1
*
Fixed that functional tests generated for scaffolds should use fixture calls ...
David Heinemeier Hansson
2007-12-14
1
-4
/
+4
*
Added db:migrate:redo and db:migrate:reset for rerunning existing migrations ...
David Heinemeier Hansson
2007-12-14
1
-0
/
+3
*
Added db:migrate:redo for rerunning existing migrations (closes #10431) [matt]
David Heinemeier Hansson
2007-12-14
1
-0
/
+5
*
Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pr...
Jeremy Kemper
2007-12-10
5
-9
/
+9
*
Don't check for pending migrations if Active Record isn't loaded
Jeremy Kemper
2007-12-09
1
-7
/
+9
*
Update rails:freeze:gems to work with RubyGems 0.9.5.
Jeremy Kemper
2007-12-09
1
-7
/
+13
*
Make ready for 2.0.1
David Heinemeier Hansson
2007-12-07
1
-1
/
+1
*
The test task stops with a warning if you have pending migrations. Closes #10...
Jeremy Kemper
2007-12-06
1
-1
/
+14
*
Preparing for release shortly
David Heinemeier Hansson
2007-12-06
1
-3
/
+3
*
Fix typos (closes #10378)
David Heinemeier Hansson
2007-12-05
2
-3
/
+3
*
Added db:fixtures:identity as a way of locating what ID a foxy fixture was as...
David Heinemeier Hansson
2007-12-01
1
-0
/
+22
*
Generated fixtures should not specify ids since theyre expected to be foxy fi...
David Heinemeier Hansson
2007-12-01
1
-9
/
+9
*
You dont need to explicitly declare which controller youre testing when you f...
David Heinemeier Hansson
2007-11-30
3
-6
/
+0
*
use autoeval not autoirb, it's mostly equivalent but doesn't make stepping fr...
Michael Koziarski
2007-11-30
1
-1
/
+1
*
Prep for RC2
David Heinemeier Hansson
2007-11-29
1
-1
/
+1
*
Introduce SecretKeyGenerator for more secure session secrets than CGI::Sessio...
Jeremy Kemper
2007-11-28
2
-1
/
+165
*
No trailing whitespace in migration generation (closes #10235)
David Heinemeier Hansson
2007-11-25
1
-2
/
+2
*
Make sure script/plugin doesn't skip files beginning with http (i.e. the old ...
Michael Koziarski
2007-11-21
1
-1
/
+1
*
Fix typo in generator usage blurb. Closes #10217 [Mike Naberezny]
Jeremy Kemper
2007-11-20
1
-1
/
+1
*
Table names aren't nested: replace / with _ to match the likely table name.
Jeremy Kemper
2007-11-16
1
-0
/
+1
*
Resource and scaffold generators pass on the full name to the dependent model...
Jeremy Kemper
2007-11-16
2
-2
/
+2
*
Use the new TestCase subclasses in the scaffold and resource generators also....
Jeremy Kemper
2007-11-16
2
-22
/
+6
*
Remove stale warning from application generator usage message. Closes #10165 ...
Jeremy Kemper
2007-11-14
1
-7
/
+0
*
FastCGI handler ignores unsupported signals like USR2 on Windows [Grzegorz De...
Jeremy Kemper
2007-11-13
1
-1
/
+6
*
Only load ActionMailer::TestCase if ActionMailer is loaded. Closes #10137 [d...
Rick Olson
2007-11-11
1
-1
/
+1
*
Fixed that db:reset would use migrations instead of loading db/schema.rb [DHH]
David Heinemeier Hansson
2007-11-09
1
-2
/
+2
*
Prepare versions for RC1
David Heinemeier Hansson
2007-11-09
1
-2
/
+2
*
Ensure the plugin loader only loads plugins once. Closes #10102 [haruki_zaemon]
Rick Olson
2007-11-08
1
-0
/
+1
*
Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. ...
Rick Olson
2007-11-08
4
-165
/
+268
[next]